gpt4 book ai didi

ruby-on-rails - 在重定向到 ssl 页面之前出现 ERR_INSECURE_RESPONSE 错误

转载 作者:太空宇宙 更新时间:2023-11-03 14:53:40 25 4
gpt4 key购买 nike

我在 Heroku 上有一个使用 Expedited SSL 的 Rails 应用程序(以防万一)。

现在我可以从 example.com 永久转发到 https://www.example.com .偶尔,当我请求页面 http://example.com 时,我只在 Chrome 上注意到它,我收到一个 ERR_INSECURE_RESPONSE 错误页面,然后几秒钟后,它将我带到 https://www.example.com页面和加载都很好。

我在控制台中为 http 不安全警告运行了检查器,但没有。我尝试了几次 curl,有一次我出错了。

Bashar:example bashar$ curl -v http://example.com
* Rebuilt URL to: http://example.com/
* Hostname was NOT found in DNS cache
* Trying xx.xx.xx.xx...
* Connected to example.com (xx.xx.xx.xx) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.0
> Host: example.com
> Accept: */*
>
* Recv failure: Connection reset by peer
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
Bashar:example bashar$ curl -v http://example.com
* Rebuilt URL to: http://example.com/
* Hostname was NOT found in DNS cache
* Trying xx.xx.xx.xx...
* Connected to example.com (xx.xx.xx.xx) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.37.0
> Host: example.com
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Cache-Control: max-age=900
< Content-Type: text/html
< Location: https://www.example.com
* Server Microsoft-IIS/7.5 is not blacklisted
< Server: Microsoft-IIS/7.5
< X-AspNet-Version: 4.0.30319
< X-Powered-By: ASP.NET
< Date: Tue, 11 Aug 2015 09:15:46 GMT
< Content-Length: 0
< Age: 1
< Connection: keep-alive
<
* Connection #0 to host example.com left intact

我已经阅读了一些关于该主题的讨论,但没有找到一个与此完全相同的讨论。有什么想法吗?

最佳答案

我不确定是否有其他或更好的解决方案。但是我找到了 Brian 的这个答案 Heroku SSL on root domain 从 GoDaddy 转移到 DNSimple 来解决这个问题。再也看不到问题了,甚至更好的是,该网站可以使用和不使用 www,以及使用 http 和 https。似乎是

关于ruby-on-rails - 在重定向到 ssl 页面之前出现 ERR_INSECURE_RESPONSE 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31938086/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com