- Open the Registry Editor
- Navigate through the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
- Right-click on Protocols and create a new key with name "TLS1.2"
- Inside TLS1.2, create a new key with name "Client"
- Inside Client, right click on the empty space and choose DWORD(32bit), name it as "DisabledByDefault"
- Set the value for DisabledByDefault to 0 and change the base to Hexadecimal
- Inside Client, right click on the empty space and choose DWORD(32bit), name it as "Enabled"
- Set the value for DisabledByDefault to 1 and change the base to Hexadecimal
- Back to TLS1.2, create another key with name "Server"
- Repeat step 5 to 8 for key "Server"
- Reboot the server, TLS1.2 should be enabled
Comments
0 comments
Please sign in to leave a comment.