Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 CCS 和 SNI 在服务器 2012 上设置了一个 SSL 站点。当尝试通过非 SSL 链接 (http) 导航到它时,该站点会引发 404 错误。
如何让它显示“此站点需要 SSL”消息?
您需要将 HTTP 添加到 IIS 中的绑定。
您应该将您的用户重定向到等效的 SSL 页面(例如http://twitter.com/about重定向到https://twitter.com/about),而不是显示“此站点需要 SSL”。
http://twitter.com/about
https://twitter.com/about
最终用户和 SEO 都显示一条消息并要求用户更改 URL 是不好的。如果您查看 Web 上的不同网站,您会注意到这是自动的,不需要用户采取任何行动。