ssl redirect
am 08.11.2007 17:47:48 von Consultant
have an existing url for owa with an expiring cert as follows:
https://host.com/exchange. the new cert will be pointing to the same server,
with a new host name: https://newhost.com/exchange . i need to redirect
incoming requests from https://host.com/exchange to
https://newhost.com/exchange seamlessly for the users. what is the best
route to accomplish this, also, there is an ISA server in front of these.
thanks
Re: ssl redirect
am 09.11.2007 16:24:21 von .._..
IIS can do redirects. It's in the "Home Directory" tab.
If you need to separate HTTP and HTTPS traffic and redirect to different
places, just make two empty webs (running on port 80 and 443 respectively).
I might actually put a page up there warning users the link is old and they
should update their documentation. Otherwise you will get lazy users using
the old site name depending on the redirect for years and years. Then just
add a meta-redirect tag so they end up the right place after a minute.
"Consultant" wrote in message
news:%23ueGZciIIHA.284@TK2MSFTNGP02.phx.gbl...
> have an existing url for owa with an expiring cert as follows:
> https://host.com/exchange. the new cert will be pointing to the same
> server, with a new host name: https://newhost.com/exchange . i need to
> redirect incoming requests from https://host.com/exchange to
> https://newhost.com/exchange seamlessly for the users. what is the best
> route to accomplish this, also, there is an ISA server in front of these.
>
> thanks
>