主机文件和查看 https 站点

发布于 2024-10-15 23:10:47 字数 451 浏览 3 评论 0原文

我有一个位于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

峩卟喜欢 2024-10-22 23:10:47

不应在主机文件中添加任何其他内容。只需将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文