Hey everyone,
I'm trying to configure IIS 7.5 to redirect all requests (both http and https) to the secure www version of my domain (https://www.domainname.com as an example). Forwarding to the non-WWW version gives a certificate error since the certificate is tied to a single domain.
We have successfully configured the 301 redirects from the http sites (both www and non-www) to our target address. However, we're struggling with setting a redirect from https://domainname.com to https://www.domainname.com. If we try to configure it similar to the http redirect, it fails. Specifically, we create a new site for the non-WWW version and try to tie it to port 443. However, the binding field is deactivated because there is already another site on port 443.
Does anyone have a solution to get help dual bind SSL or another way to redirect https://domianname.com to https://www.domainname.com?
Really appreciate the help....