SSL to SSL Redirects in IIS - Possible?

Posted by Eric on Server Fault See other posts from Server Fault or by Eric
Published on 2011-10-18T17:13:48Z Indexed on 2012/03/31 23:34 UTC
Read the original article Hit count: 266

Filed under:
|
|

We have a situation where we would like to redirect https://service1.domain.com to https://service2.domain.com. I know this is very simple with http endpoints, but I'm not too sure about https.

We have some legacy windows application web service clients that will not be updating their software version soon, and we cannot update their web references to https://service2.domain.com.

Is there any way to leave these web service clients pointing to https://service1.domain.com, but have their requests forwarded to (and responded to by) https://service2.comain.com?

The old server is running IIS 6.0. The new server is running IIS 7.0. We could probably upgrade it to 7.5 if needed, but I'm not certain.

We could also probably make a seamless transition of the old web service to a new server using public DNS, but we cannot change the DNS name of "service1.domain.com."

Thanks ServerFault!

© Server Fault or respective owner

Related posts about iis

Related posts about ssl