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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM