【发布时间】:2015-09-27 02:46:47
【问题描述】:
我在 ubuntu 服务器上的 nginx 上运行了一个完整的 Rails 应用程序。我在我的应用程序中添加了 Cloudflare。然后,我在需要登录的页面上收到此错误:
SSL connection error
Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
Error code: ERR_SSL_PROTOCOL_ERROR
我的网站可以从登录页面和其他非交互式静态页面访问。
我还注意到,当它重定向到错误页面时,DNS 变成了 URL 上的 IP 地址,然后是相应的目录。
我不知道下一步该往哪里看。
另外,当我在 URL 上查看网站信息时,它说
The identity of this website has not been verified.
【问题讨论】:
-
是的,我也遇到了同样的问题
标签: ruby-on-rails ssl nginx cloudflare