有关 asp.net mvc https 的帮助
我的 HomeController 用 [RequireHttps] 装饰,问题是我的证书位于 http://www.mysite.com
现在,如果人们访问 http://mysite.com,他们会收到“不受信任的连接”错误(在 Firefox 上) )
我能做些什么来防止这种情况发生?
I have my HomeController decorated with [RequireHttps], the problem is that my certificate is just on http://www.mysite.com
Now, if people go to http://mysite.com they get an Untrusted Connection error (on Firefox)
What can I do to prvent this from happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的简单解决方案是要求所有 mysite.com 都重定向到 www.mysite.com。我认为对 SEO 也更好。
这可以在 IIS 中设置。
My simple solution would be to have a requirement that all mysite.com are redirected to www.mysite.com. Is better for SEO as well I think.
This can be set in IIS.