【发布时间】:2016-06-30 08:26:29
【问题描述】:
我有一个 URL * 我需要将它重定向到
*
* 绑定在 IIS 8.0 中,但没有 SSL 证书,出于成本原因我们不想购买。
绑定在 IIS 8.0 中并具有 SSL 证书。
它们位于同一服务器上的同一站点上。如果有人来 http://a.site.edu* 他们看到的是同一个站点,就像他们来到 http://a.nother.site.edu 一样。这就是我们想要的。 如果他们来https://a.nother.site.edu,那将按预期工作。 然而,当他们来到https://a.site.edu,他们得到一个错误,所以我们想将他们重定向到https://a.nother.site.edu 我们可以从 https://a.site.edu* 到 https://a.nother.site.edu* 没有收到错误消息?我们在 Windows 2012 上使用安装了 URL Rewrite 2.0 的 IIS 8.0。 我尝试了许多类型的配置,但总是出现安全错误 像这样:
安全连接失败
在加载页面时重置了与服务器的连接。
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
感谢所有回复。
【问题讨论】: