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?