Skip to content

Instantly share code, notes, and snippets.

@johnou
Created February 15, 2021 19:53
Show Gist options
  • Save johnou/28485cc142d8205e064efc8828f55201 to your computer and use it in GitHub Desktop.
Save johnou/28485cc142d8205e064efc8828f55201 to your computer and use it in GitHub Desktop.
Enable TLS 1.2 Windows 7
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"SecureProtocols"=dword:00000a80
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"SecureProtocols"=dword:00000a80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment