Skip to content

Instantly share code, notes, and snippets.

@debold
Created December 22, 2019 13:07
Show Gist options
  • Save debold/7a513c07b5548f810f16a06c5462bb1b to your computer and use it in GitHub Desktop.
Save debold/7a513c07b5548f810f16a06c5462bb1b to your computer and use it in GitHub Desktop.
Enable TLS 1.2 for Windows
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment