作者prince1983 (王子杀公主~)
看板MIS
标题[请益] Server 2012 tls 1.0 关闭
时间Sun Dec 26 12:53:08 2021
各位大神午安
小的目前有一台Server 2012再跑网页服务
使用的网页软体是Wamp 3.1.3
已经在regedit 表里面设定了以下:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL
2.0]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL
2.0\Client]
"DisabledByDefault"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.0]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.0\Client]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.0\Server]
"Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.1]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.1\Client]
"DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.1\Server]
"DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.2]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.2\Client]
"DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS
1.2\Server]
"DisabledByDefault"=dword:00000000
重开机之後用这个网站:
https://www.ssllabs.com/ssltest/analyze.html
去跑分,依然显示 Protocols
TLS1.0 Yes
TLS1.1 Yes
可否请教是哪里出错了?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 1.162.224.117 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/MIS/M.1640494393.A.DF8.html
1F:推 Klauhal: 网际网路选项把1.0和1.1关掉 12/26 20:05
2F:推 michaellai: apache用自己的openssl处理tks 你要在apache里面关掉 12/27 12:43
3F:→ michaellai: ,不是在windows端 12/27 12:43