Is there some way in IIS 6 (running on Windows 2003) to redirect all pages, including parameters, from https://domain.com to https://www.domain.com?
None SSL redirects are working fine.
When a user attemps https://domain.com they get a warning about the certificate not matching the name of the site.
"The name on the security certificate is invalid or does not match the name of the site"
I have created a seperate web site for "domain.com" and I have an SSL certificate for "domain.com". This site is setup to do a permanent redirect to the www.domain.com site. As I indicated above, non-ssl redirects work fine. Just the SSL redirects do not.