连接 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
我只用到了前两个。。。。。。。
from:
http://hanqunfeng.iteye.com/blog/2236063
本文出自 “雪月工作室” 博客,请务必保留此出处http://xueyue8.blog.51cto.com/4650249/1828334
火狐 SSL 收到了一个弱临时 Diffie-Hellman 密钥
原文地址:http://xueyue8.blog.51cto.com/4650249/1828334