Created
February 6, 2024 09:55
-
-
Save iomoath/131ffacd7ab263f789843ff42d574316 to your computer and use it in GitHub Desktop.
TLS12.reg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IIS\Parameters] | |
| "EnableHttp2"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IIS\Parameters] | |
| "EnableHttp2Cleartext"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319] | |
| "SystemDefaultTlsVersions"=dword:00000001 | |
| "SchUseStrongCrypto"=dword:00000001 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319] | |
| "SystemDefaultTlsVersions"=dword:00000001 | |
| "SchUseStrongCrypto"=dword:00000001 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727] | |
| "SystemDefaultTlsVersions"=dword:00000001 | |
| "SchUseStrongCrypto"=dword:00000001 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727] | |
| "SystemDefaultTlsVersions"=dword:00000001 | |
| "SchUseStrongCrypto"=dword:00000001 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp] | |
| "DefaultSecureProtocols"=dword:00000A80 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings] | |
| "SecureProtocols"=dword:00000a80 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp] | |
| "DefaultSecureProtocols"=dword:00000A80 | |
| [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