IIS 6 中的自签名 SSL 证书
我是 IIS 6 中的 SSL 新手。我下载了 IIS 6 资源工具包并按照此处的说明进行操作:
http ://www.somacon.com/p42.php
我的 IIS 网页位于:review.mprinc.com/webvts。
如果我访问 http://review.mprinc.com/webvts,该网站仍然存在,并且如果我访问 https://review.mprinc.com/webvts,看来 SSL 正在工作。
这就是我所要做的一切吗?如何将 http: 页面转发到我的 https: 页面?
I'm new to SSL in IIS 6. I download and the IIS 6 Resource Kit and followed the instructions here:
http://www.somacon.com/p42.php
My IIS webpage is at: review.mprinc.com/webvts.
If I go to http://review.mprinc.com/webvts, the site is still there and if I go to https://review.mprinc.com/webvts, it appears the SSL is working.
Is that all I have to do? How do I forward the http: page to my https: one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 SSL 正常工作,那么您应该将所有站点或某些页面的 http 重定向到 https,并且可以在此处找到有关如何完成的简短说明 如何强制从 HTTP 重定向到 HTTPS在IIS 6.0。还建议 配置默认页面。
If SSL is working then you should redirect http to https for all site or for certain pages and a short description on how could be done can be found here How to Force Redirection From HTTP to HTTPS on IIS 6.0. Also it is recommended to configure a default page.