firefox 提示 ssl_error_unsupported_version 的解决方法

访问一些HTTPS网站时尤其是国内网站

中文提示:

无法安全地连接

Firefox 无法保证您在 sx.ac.10086.cn 上的数据安全性,因为它使用 SSLv3,一个目前安全性欠佳的安全协议。
专业信息: ssl_error_unsupported_version

英文提示:

Unable to Connect Securely

Firefox cannot guarantee the safety of your data on xxxx because it uses SSLv3, a broken security protocol.
Advanced info: ssl_error_unsupported_version

解决方法:地址栏输入about:config然后将security.tls.version.fallback-limit的值改为1(默认是3)修改后一切正常!

原文地址:https://www.cnblogs.com/chinalantian/p/4951045.html