我最近安装了一个网页过滤器。每次过滤 https 网站时,我都会收到错误ssl_error_protocol_version_alert
( Peer reports incompatible or unsupported protocol version
),或者偶尔,The connection to *** was interrupted while the page was loading.
我无法覆盖网页拦截器,除非我知道此网站被阻止在哪个类别下,这样我才能解除对该类别网站的阻止。但是,为了知道它被阻止在哪个类别下,我必须首先查看此页面 - 哪个 Firefox 正在阻止。
在网上查找解决方案时,我尝试过:
旧版本的 Firefox,应该有一个
I Understand the Risks
按钮,以便访问此网站;但是,该按钮不存在。大多数解决方案都要求更改页面
security.tls.***
上的某些设置about:config
——但所有security.tls
设置都缺失(尽管security.enable_tls
存在,并且设置为true
)。我已更改
security.ssl.enable_ocsp_must_staple
为false
并重新启动 Firefox,但没有任何变化。
我可以更改哪些其他设置,以便让 Firefox 在没有“足够安全”证书的情况下向我显示该网页?