【发布时间】:2011-09-13 22:53:20
【问题描述】:
很难解释我在这里寻找什么。
我有一个没有 SSL 证书的网站,我正在使用一个页面作为 Facebook 应用程序的登录页面。
我的问题是当有人在 facebook (https://) 上建立安全连接时,iframe src 指向我的登录页面的相同 https URL。这会返回这样的错误。
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 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error.
如何在不安装 SSL 证书的情况下将用户重定向到 http 或任何解决方法?
【问题讨论】:
-
很遗憾,浏览器必须与服务器建立成功的 HTTPS 连接才能重定向它。
标签: php facebook ssl redirect https