网站发布后 https 停止工作

发布于 2024-07-12 05:49:05 字数 508 浏览 6 评论 0原文

我正在使用 Windows Server 2003 (IIS6),它有两个在单独的应用程序池中运行的 asp.net 站点。 其中一个站点安装了 ssl 证书并且在 https 上运行良好。 另一个站点没有证书,不需要 https

我遇到的问题是,当我将我的应用程序从 vs2005 发布到带有 ssl 的站点时,https url 停止工作,我只能使用 http。 我收到的错误如下

来自 Google Chrome:错误 104 (net::ERR_CONNECTION_FAILED):尝试连接到服务器失败。

从 IE7 开始:Internet Explorer 无法显示网页,可能不可用,DNS 无法访问等

奇怪的是第一次发生这种情况,https 最终变得可用,但我不知道是什么触发了可用性,但当我发布更新时程序集到不需要 https 的站点的 bin 文件夹中,其他站点再次在 https 上变得不可用

非常感谢!

更新:感谢您的建议,但事实证明防火墙未在 ssl 端口上打开

I am working on Windows Server 2003 (IIS6), which has two asp.net sites running in seperate app pools. One of the sites has an ssl certificate installed and was running fine on https. The other site has no certificate and does not require https

The problem I have is that when I publish my app from vs2005 to the site with ssl the https urls stop working and I can only use http. The error I get is as follows

From Google Chrome: Error 104 (net::ERR_CONNECTION_FAILED): The attempt to connect to the server failed.

From IE7: Internet explorer cannot display the web page, could be unavailable, dns is not reachable etc

The strange thing is the first time this happened, https eventually became available but I don't know what triggered the availability but when I published an updated assembly to the bin folder of the site which does not require https, the OTHER site became unavailable on https again

Help much appreciated!

UPDATED: Thanks for the suggestions but it turns out that the firewall was not open on the ssl port

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

初心 2024-07-19 05:49:05

检查 SSL 的防火墙端口 (443) 是否被意外关闭 443。;-)

Check if the firewall port for SSL (443) wasn't accidentally closed 443. ;-)

心在旅行 2024-07-19 05:49:05

如果两个网站使用相同的 IP 地址,请确保只有具有证书的网站使用 SSL 端口 443(第一个属性页)。 对于不安全站点,输入字段应为空。

如果这不是问题,您可以尝试调试停止没有证书的 Web 并重新启动 Web 服务器。

If both webs use the same IP address, make sure, that only the web with the certificate uses the SSL port 443 (first property page). The input field should be empty for the insecure site.

If that is not the problem, you could try to debug stopping the web without certificate and restart the web server.

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