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

连接 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
security.ssl3.dhe_rsa_aes_256_sha
security.ssl3.dhe_rsa_des_ede3_sha

 
 
http://hanqunfeng.iteye.com/blog/2236063
 
原文地址:https://www.cnblogs.com/tlmn2008/p/5685022.html