连接 https网址 时发生错误。 在服务器密钥交换握手信息中 SSL 收到了一个弱临时 Diffie-Hellman 密钥。 (错误码: ssl_error_weak_server_ephemeral_dh_key)

 

 

使用火狐浏览器,地址栏里输入 about:config,回车
新建或修改以下4个布尔值为 false 即可(搜索dhe能找到):
security.ssl3.dhe_dss_aes_128_sha
security.ssl3.dhe_rsa_aes_128_sha    (经过测试,这条记录修改成flase即可访问)
security.ssl3.dhe_rsa_aes_256_sha
security.ssl3.dhe_rsa_des_ede3_sha

火狐 SSL 收到了一个弱临时 Diffie-Hellman 密钥

 

说明:以上几个布尔值可能不同的机器上可能会稍有不同,请灵活掌握,需要多次测试,最终目的是保证可以正常打开网站。

相关文章:

  • 2022-01-02
  • 2022-01-08
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2021-11-09
  • 2021-09-07
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
相关资源
相似解决方案