My website has a SSL certificate for www.reallygreattoys.com. If you try to go to the site with https://reallygreattoys.com (no www), it gives you the untrusted connection message. Putting code in global.asax to redirect it does not work. I have code that works just fine for non https, but I suspect the certificate check happens before code in Application_BeginRequest in global.asax is run.
I don't know enough about certificates, but really why doesn't it work with or without the www. Is there a way I can fix it at the certificate level?
FYI - this is ASP.NET 1.1