How to enable TLS 1.1 and TLS 1.2
You can use the TLS 1.1 and TLS 1.2 subkeys to administer and troubleshoot the TLS protocol.
TLS 1.1
This subkey controls the use of TLS 1.1.
Note For TLS 1.1 to be enabled and negotiated, you must create the DisabledByDefault DWORD entry in the appropriate subkey (Client, Server), and then change the DWORD value to 0.
By default, this entry does not exist in the registry.
Registry path
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1
To disable the TLS 1.1 protocol, you must create the Enabled DWORD entry in the appropriate subkey, and then change the DWORD value to 0. To re-enable the protocol, change the DWORD value to 1.
By default, this entry does not exist in the registry.
TLS 1.1 subkey table
Subkey
|
Description
|
Default
|
Client
|
Controls the use of TLS 1.1 on the client
|
Enabled
|
Server
|
Controls the use of TLS 1.1 on the server
|
Enabled
|
DisabledByDefault
|
Flag to disable TLS 1.1 by default
|
Enabled
|
TLS 1.2
This subkey controls the use of TLS 1.2.
Note For TLS 1.2 to be enabled and negotiated, you must create the DisabledByDefault DWORD entry in the appropriate subkey (Client, Server), and then change the DWORD value to 0.
By default, this entry does not exist in the registry.
Registry path
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2
To disable the TLS 1.2 protocol, you must create the Enabled DWORD entry in the appropriate subkey, and then change the DWORD value to 0. To re-enable the protocol, change the DWORD value to 1.
By default, this entry does not exist in the registry.
TLS 1.2 subkey table
Subkey
|
Description
|
Default
|
Client
|
Controls the use of TLS 1.2 on the client
|
Enabled
|
Server
|
Controls the use of TLS 1.2 on the server
|
Enabled
|
DisabledByDefault
|
Flag to disable TLS 1.2 by default
|
Enabled
|
For more information, go to the following article in the Microsoft Knowledge Base:
245030 How to restrict the use of certain cryptographic algorithms and protocols in Schannel.dll