I'm using the URL rewrite module from IIS
It is working fine for https redirect e.g. http://some.site.com --> https://some.site.com
The subdomain changed so I adjusted the rule http://some.site.com --> https://some2.site.com This works fine
Challenge is to change https access https://some.site.com --> https://some2.site.com
As the certificate SAN is set to some2.site.com all browsers first display a certificate warning when accessing https://some.site.com After confirming that the redirect is done. I tried both URL rewrite on root level and on web site level (Default Web Site) with no noticable effect. Failed request tracing did not log anything.
How to redirect from https://some.site.com to https://some2.site.com without warning?