Skip to content

Instantly share code, notes, and snippets.

@debold
Created December 22, 2019 13:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save debold/307266ee9487e78789f351f30ff8247e to your computer and use it in GitHub Desktop.
Save debold/307266ee9487e78789f351f30ff8247e to your computer and use it in GitHub Desktop.
Enable TLS 1.1 and 1.2 for WinHttp applications
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000A00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp]
"DefaultSecureProtocols"=dword:00000A00
@muratvezir
Copy link

Thank's very usefull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment