zoukankan      html  css  js  c++  java
  • xp不支持https(SSL证书)(不是因日期错误导致的)的解决方案

    存在问题

    解决步骤 

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

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINESYSTEMWPAPosReady]
    "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_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.1Client]
    "DisabledByDefault"=dword:00000000
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.1Server]
    "DisabledByDefault"=dword:00000000
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client]
    "DisabledByDefault"=dword:00000000
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server]
    "DisabledByDefault"=dword:00000000

    4、重启计算机。

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

  • 相关阅读:
    cf 1179 C
    P5055 【模板】可持久化文艺平衡树 可持久化fhqtreap
    bzoj4605: 崂山白花蛇草水 权值线段树套KDtree
    luoguP4173 残缺的字符串 FFT
    [HNOI2016]序列 CDQ+DP
    [TJOI2017]不勤劳的图书管理员
    loj2058 「TJOI / HEOI2016」求和 NTT
    bzoj4503: 两个串
    luoguP4721 【模板】分治 FFT
    [Cqoi2016]K远点对 K-Dtree
  • 原文地址:https://www.cnblogs.com/xiaohi/p/15514852.html
Copyright © 2011-2022 走看看