主机文件和查看 https 站点
我有一个位于 NAT 后面的 Windows 服务器,因此为了查看服务器正在运行的任何站点,我有一个主机文件设置来指向正确的内部 IP。
例如,
127.0.0.1 localhost
192.168.0.1 www.mydomain.com
这一切都很好,我可以在本地计算机上查看网站 www.mydomain.com。
我遇到的这个问题是我无法在本地计算机上查看站点的 https 例如 https://www.mydomain.com 返回错误,无法连接。
从服务器环境之外的任何网络浏览器来看,当我在本地计算机上查看站点视图时,一切都工作正常。
我应该在主机文件中添加什么/做什么才能使站点通过 SSL 进行本地连接?
I have a windows server behind a NAT, so in order to view any of the sites the server is running I have a hosts file setup to point to point back to the right internal IP.
e.g.
127.0.0.1 localhost
192.168.0.1 www.mydomain.com
This is all fine and I can view the site www.mydomain.com on the local machine.
This issue I am having is that I cant view the https of the site on the local machine
e.g. https://www.mydomain.com returns an error, that it cant connect.
From any webbroswer outside the server enviroment it all works fine its just when I go to view the site view on the local machine.
What should I be adding to the hosts file / doing to make the site connect locally over SSL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不应在主机文件中添加任何其他内容。只需将 IIS 服务器也配置为提供 https 服务即可。
http://support.microsoft.com/kb/324069
Nothing more should be added to hosts file. Just configure your IIS server to server https as well.
http://support.microsoft.com/kb/324069