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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -