简体   繁体   English

免费 Heroku 站点无法提供安全连接:ERR_SSL_PROTOCOL_ERROR

[英]Free Heroku site can't provide a secure connection: ERR_SSL_PROTOCOL_ERROR

I just set up my first free Heroku site.我刚刚建立了我的第一个免费 Heroku 站点。 It has a registration and log in system.它有一个注册和登录系统。 I don't own a domain.我没有域名。 When I go to visit the site when I'm not logged in to Heroku, chrome sends me the error ERR_SSL_PROTOCOL_ERROR.当我在未登录 Heroku 的情况下访问该站点时,chrome 向我发送错误 ERR_SSL_PROTOCOL_ERROR。

I tried it in Safari, and I get a similar error:我在 Safari 中尝试过,出现了类似的错误:

Safari can't open the page "mypage.heroku.com" because Safari can't establish a secure connection to the server "mypage.heroku.com" Safari 无法打开页面“mypage.heroku.com”,因为 Safari 无法与服务器“mypage.heroku.com”建立安全连接

Has anyone else experienced a similar issue?有没有其他人遇到过类似的问题? Could someone please explain what is happening?有人可以解释一下发生了什么吗? I don't understand why it works while I'm logged into Heroku but won't let me access the page from any other device.我不明白为什么在我登录 Heroku 时它可以工作,但不允许我从任何其他设备访问该页面。

Your app's domain will be mypage.herokuapp.com , not .heroku.com .您的应用程序的域将是mypage.herokuapp.com ,而不是.heroku.com
Going to that domain should give you no SSL error.转到该域应该不会给您带来 SSL 错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法连接到安全 socket.io 服务器:ERR_SSL_PROTOCOL_ERROR - Cannot connect to secure socket.io server : ERR_SSL_PROTOCOL_ERROR 连接建立错误:尝试建立并连接到Websocket服务器时,抛出net :: ERR_SSL_PROTOCOL_ERROR - Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR is thrown when trying establish and connect to a websocket server socket.io 错误网络::ERR_SSL_PROTOCOL_ERROR - socket.io error net::ERR_SSL_PROTOCOL_ERROR 跨域请求的间歇性 ERR_SSL_PROTOCOL_ERROR 错误 - Intermittent ERR_SSL_PROTOCOL_ERROR error for cross domain request 如何处理net :: ERR_SSL_PROTOCOL_ERROR? - How to deal with net::ERR_SSL_PROTOCOL_ERROR? Wordpress - 错误 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL 协议错误 - Wordpress - Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error 具有SSL的Azure辅助角色上的Node.js导致ERR_SSL_PROTOCOL_ERROR - Node.js on Azure Worker Role w/ SSL results in ERR_SSL_PROTOCOL_ERROR POST https://localhost:5000/stored net::ERR_SSL_PROTOCOL_ERROR - POST https://localhost:5000/stored net::ERR_SSL_PROTOCOL_ERROR NodeJS https服务器使用express返回ERR_SSL_PROTOCOL_ERROR - NodeJS https server returning ERR_SSL_PROTOCOL_ERROR using express 在 react js 中使用新闻 api 时加载资源失败:net::ERR_SSL_PROTOCOL_ERROR - Failed to load resource: net::ERR_SSL_PROTOCOL_ERROR while using news api in react js
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM