解决SSL因为使用RC4密码套件或支持弱Diffie-Hellman(DH)密钥交换降级为B

解决SSL因为使用RC4密码套件或支持弱Diffie-Hellman(DH)密钥交换降级为B

Azhao
2021-05-23 / 2 评论 / 486 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2022年05月24日,已超过912天没有更新,若内容或图片失效,请留言反馈。

解决SSL因为使用RC4密码套件或支持弱Diffie-Hellman(DH)密钥交换降级为B

服务器环境IIS7

通过修改注册表关闭不安全的支持

复制下列代码 保存为 .reg 文件格式,双击运行 直接导入注册表,完成后重启服务器

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\Diffie-Hellman]
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 128/128]
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 40/128]
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 56/128]
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 64/128]
"Enabled"=dword:00000000
2

评论 (2)

取消
  1. 头像
    2
    Windows X64 · QQ Browser

    2

    回复
  2. 头像
    1
    Windows 10 · Google Chrome

    1

    回复