xp不支持https(SSL证书)(不是因日期错误导致的)的解决方案

存在问题

 

解决步骤 

1、运行包含以下内容的reg文件:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady]
"Installed"=dword:00000001

2、安装以下补丁:

可从 Microsoft Update Catalog 网站下载:www.catalog.update.microsoft.com

也可直接下载包含多个补丁文件和“reg文件”的压缩包:www.lanzoui.com/inELlw6qyle

 

  • KB4019276:这一补丁为 Windows XP 增加 TLS 1.1,1.2 协议的支持。
  • KB4467770:这一补丁允许某些软件使用新版协议来建立安全连接。
  • KB3081320:这一补丁为 Windows XP 提供 256 位加密算法支持。

3、运行包含以下内容的reg文件:

Windows Registry Editor Version 5.00
[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\Client]
"DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000

4、重启计算机。

参考:https://paizhang.info/archives/9701

posted @ 2021-11-05 19:12  article  阅读(2487)  评论(1编辑  收藏  举报