永无休止的 https 循环

发布于 2024-07-15 02:40:07 字数 310 浏览 8 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

め可乐爱微笑 2024-07-22 02:40:07

一些网站会将其 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文