Reference:
Steps:
- Windows Start
- Type regedit and enter
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
- Create new Key => TLS 1.2
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2
- Create new Key => Client
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Client
- Create New > DWORD (32-bit) value > DisabledByDefault = dword:0
- Create New > DWORD (32-bit) value > Enabled = dword:1
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2
- Create new Key => Server
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Server
- Create New > DWORD (32-bit) value > DisabledByDefault = dword:0
- Create New > DWORD (32-bit) value > Enabled = dword:1
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319
- Create New > DWORD (32-bit) value > SchUseStrongCrypto = dword:1
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319
- Create New > DWORD (32-bit) value > SchUseStrongCrypto = dword:1
- RESTART THE COMPUTER
- The End!
Comments
Post a Comment