• 通过注册表修改证书选项


    Windows Registry Editor Version 5.00

    #不检查发行商的证书是否吊销
    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionWinTrustTrust ProvidersSoftware Publishing]
    "State"=dword:00023e00

    #不检查服务器证书吊销
    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
    "CertificateRevocation"=dword:00000000

    #使用SSL3.0和TLS1.0
    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
    "SecureProtocols"=dword:000000a0

    #修改IE安全等级为中
    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settingsones3]
    "CurrentLevel"=dword:00011000
    "MinLevel"=dword:00011000
    "RecommendedLevel"=dword:00011000

    "2107"=dword:00000003
    "2708"=dword:00000000
    "2709"=dword:00000000
    "1209"=dword:00000003
    "120A"=dword:00000003
    "1408"=dword:00000000
    "1409"=dword:00000000
    "160A"=dword:00000000
    "1408"=dword:00000000
    "1409"=dword:00000000
    "2005"=dword:00000000
    "2103"=dword:00000000
    "2104"=dword:00000000
    "2105"=dword:00000000
    "2106"=dword:00000000
    "2301"=dword:00000000
    "2400"=dword:00000000
    "2401"=dword:00000000
    "2402"=dword:00000000
    "2600"=dword:00000000
    "2700"=dword:00000000
    "1407"=dword:00000000
    "1607"=dword:00000000
    "1609"=dword:00000001
    "120B"=dword:00000000


    [HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsConnections]
    "SavedLegacySettings"=hex:3c,00,00,00,89,00,00,00,01,00,00,00,00,00,00,00,00,
       00,00,00,00,00,00,00,04,00,00,00,00,00,00,00,80,2a,53,3d,20,7c,cc,01,01,00,
       00,00,c0,a8,0a,08,00,00,00,00,00,00,00,00
    "DefaultConnectionSettings"=hex:3c,00,00,00,22,00,00,00,01,00,00,00,00,00,00,
       00,00,00,00,00,00,00,00,00,04,00,00,00,00,00,00,00,80,2a,53,3d,20,7c,cc,01,
       01,00,00,00,c0,a8,0a,08,00,00,00,00,00,00,00,00


    转自:https://blog.csdn.net/qq_36221405/article/details/68942781?utm_source=copy 

  • 相关阅读:
    [2010山东ACM省赛] Balloons(搜索)
    [2010山东ACM省赛] Greatest Number(数的组合+二分搜索)
    [ACM] hdu 1213 How Many Tables(并查集)
    C Shuffle Cards
    快速读入输出模板
    J Distance to Work
    E Sort String
    H Diff-prime Pairs
    A PACM Team
    区间 (interval)
  • 原文地址:https://www.cnblogs.com/kanjinxiang/p/9797630.html
Copyright © 2020-2023  润新知