【发布时间】:2016-09-02 19:55:44
【问题描述】:
当我尝试访问我注册为CNAME 的网址时,显示隐私错误Your connection is not private。
我开发了 Rails 应用,这是第一次使用 Heroku。
虽然我使用https://floating-fortress-99999.herokuapp.com/等原始url时没有显示错误,但是当我使用我得到的www.my_app.com时会显示错误。
浏览器上的所有错误信息如下;
Your connection is not private
Attackers might be trying to steal your information from www.my_app.com (for example, passwords, messages, or credit cards).
NET::ERR_CERT_COMMON_NAME_INVALID
This server could not prove that it is www.my_app.com; its security certificate is from *.herokuapp.com. This may be caused by a misconfiguration or an attacker intercepting your connection.
当我在浏览器上点击链接Proceed to www.my_app.com (unsafe)时,我可以显示www.my_app.com。
是否可以避免显示“隐私错误”?
如果您能告诉我如何避免此错误,我们将不胜感激。
【问题讨论】:
标签: ruby-on-rails google-chrome ruby-on-rails-4 heroku