url rewriting - IIS pipeline: what goes first: URL Rewrite or binding? -
what happens first in pipeline: url rewrite (as defined in url rewrite module of iis), or binding mapping? if user puts in https://www.mydomain.com works fine, https://mydomain.com browser gives certificate error have buy new certificate mydomain.com, there way around of problem using url rewriting can use url rewriting redirect redirect https://mydomain.com https://www.mydomain.com?
we had same issue. certifcate binding (ssl handshake) first , url rewrite module.
this post clarified me: redirect 'www' before ssl requirement
instead of getting certificate https://mydomain.com requested subject alternative name in https://www.mydomain.com certificate.
you can @ how san works http://www.digicert.com/subject-alternative-name.htm
Comments
Post a Comment