使用 Thin 和 SSL 时协议错误

发布于 2024-11-10 07:51:54 字数 297 浏览 0 评论 0原文

所以我像这样运行瘦:

thin start --ssl

然后我将

https://localhost:3000/

有一个虚拟控制器操作执行以下操作:

logger.warn root_url

并且输出是难道

http://localhost:3000/

它不应该是 https 吗?

So I'm running thin like this:

thin start --ssl

then I'm going to

https://localhost:3000/

There is a dummy controller action that does :

logger.warn root_url

and the output is

http://localhost:3000/

Shouldn't it be https instead?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

星軌x 2024-11-17 07:51:54

这是哪个版本的 Rails?

我只能说,在我的情况下,我收到“https://localhost:3090/...”,并且我正在使用 Rails 3.1.0.rc1(边缘 - 今天更新)。

config/routes 中有什么特别的吗?

也许选项 config.force_ssl 会改变您的情况? (我怀疑)

Which version of Rails is this?

I can only say, than in my case I receive "https://localhost:3090/...", and I am using Rails 3.1.0.rc1 (edge - updated today).

Do you have anything special in config/routes?

Maybe the option config.force_ssl will change something in your case? (I doubt)

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