문제

What happens first in the pipeline: a URL Rewrite (as defined in the URL Rewrite module of IIS), or a binding mapping? If some user puts in https://www.mydomain.com it works fine, but for https://mydomain.com browser gives certificate error Do I have to buy a new certificate for mydomain.com, is there any way around of this problem using URL Rewriting Can I use URL Rewriting to redirect to redirect https://mydomain.com to https://www.mydomain.com?

도움이 되었습니까?

해결책

We had same issue. Certifcate Binding (SSL Handshake) first and then URL Rewrite Module.

This post clarified for me: Redirect to 'www' before ssl requirement

Instead of getting another certificate for https://mydomain.com we requested to get Subject Alternative Name in the https://www.mydomain.com certificate.

You can look at how SAN works http://www.digicert.com/subject-alternative-name.htm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top