Skip to content

Instantly share code, notes, and snippets.

@fstueber
Last active June 5, 2021 08:56
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fstueber/d18491f372775708fca3ad8ade9bd4b5 to your computer and use it in GitHub Desktop.
Save fstueber/d18491f372775708fca3ad8ade9bd4b5 to your computer and use it in GitHub Desktop.
Enabling TLS 1.2 for IIS Manager and Web Deploy after disabling SSL3, TLS 1.0 and TLS 1.1
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment