Linux世界: July 2011的归档

当我们使用firefox打开一个带有https或者证书验证的网页时,发现出现如下错误:
Renegotiation is not allowed on this SSL socket.
(Error code: ssl_error_renegotiation_not_allowed)
为了打开SSL renegotiation这个选项,需要你在firefox浏览器下输入:
about:config
并搜索“security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref”字样,将其值修改为true即可。
当然最好你需要了解这个选项的打开对于你的浏览器安全来说,是有问题的。

更多详情见:
http://dotomaz.tumblr.com/post/786443743/firefox-4-0b1-and-ssl-renegotiation