我需要在Windows Server 2008 R2中启用TLS 1.0,还是默认启用? 我做了search,发现TLS 1.1和1.2是支持的,但默认情况下是禁用的。 TLS 1.0如何?
我尝试了Googlesearch,无法find具体的答案。
Server 2008 R2中默认启用TLS 1.0。
适用于:Windows 7,Windows 8,Windows 8.1,Windows Server 2008,Windows Server 2008 R2,Windows Server 2012,Windows Server 2012 R2,Windows Vista
[…]
这个子项控制着TLS 1.0的使用。
适用版本:在本主题开头的“适用于”列表中指定。
registrypath:HKLM SYSTEM \ CurrentControlSet \ Control \ SecurityProviders \ SCHANNEL \ Protocols
要禁用TLS 1.0协议,请在相应的子项中创build一个启用项。 此项在默认情况下不在registry中。 在创build条目之后,将DWORD值更改为0.要启用该协议,请将DWORD值更改为0xffffffff。
资料来源: http : //technet.microsoft.com/en-us/library/dn786418.aspx
检查那里:HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ SecurityProviders \ SCHANNEL \协议
您将看到TLS 1.0 \ Client \和TLS 1.0 \ Server。
在每个文件夹中创build这两个关键:
DWORD DisabledByDefault:0 DWORD启用:1
如果密钥不存在,您可以对TLS 1.1或1.2执行相同的技巧