永无休止的 https 循环
我正在使用 Noscript,发现它有一个功能可以强制站点使用安全连接,我尝试强制一些站点,但是当我尝试访问其中任何一个站点时,我得到一个空白选项卡,并且我的状态栏就像一直在显示重新加载。 在我找到 Noscript 选项之前,我有一个 Greasemonkey 脚本强制进行安全连接,但 Greasemonkey 脚本没有给我带来任何麻烦。 知道发生了什么事吗? 我唯一能想到的是他们以不同的方式请求安全连接,而 Noscript 做错了,我认为这不太正确。
更具体: Noscript 无法通过安全连接显示一些与 Greasemonkey 脚本完全相同的站点。
I'm using Noscript and found out that it has a function to force sites to use a secure connection, I tried forcing a few sites but when I try going to any of them I get a blank tab and my status bar acts like it's constantly reloading.
I had a Greasemonkey script that forced secure connection before I found the Noscript option but the Greasemonkey script didn't give me any trouble.
Any idea what's going on? the only thing I can think of is they request secure connection differently and Noscript's doing it wrong, and I don't think that's quite right.
To be more specific:
Noscript is having trouble displaying some of the exact same sites over a secure connection as the Greasemonkey script.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一些网站会将其 SSL 主页重定向到非安全页面,以节省一些 CPU 周期,从而避免 SSL 加密/解密带来的开销。 如果您随后将其强制返回 SSL 版本,则会陷入无限循环。
Some websites will redirect their SSL main page to their non-secure page in the effort to save a few CPU cycles so that they don't have the overhead from the SSL encryption/decryption. If you then force it back to the SSL version you are getting an infinite loop.