Groups | Blog | Home
all groups > iis security > april 2006 >

iis security : SSL redirects to other SSL


Ben
4/11/2006 2:51:02 AM
Hi,

I have a server having the HTTPS or SSL but I like to redirect it to other
SSL/HTTPS in other serverS. is there a way to do it in IIS in windows 2000
server?

regards,
Ben
4/12/2006 6:39:01 PM
Hi.. how about one SSL redirected to different other SSLs and itself using
the different IP with another NIC card?


[quoted text, click to view]
Miha Pihler [MVP]
4/12/2006 7:01:40 PM
In general yes and there are few ways. Which would be best way is hard to
say since you didn't give us enough information.

The way I usually do it is by using script in e.g. index.htm

<meta http-equiv="Refresh" content="0; URL=https://www.redirected-site.com">

This script will work once the page (e.g. index.htm file) is loaded onto
client's computer. User will be redirected after 0 seconds (or your could
put in a different number).

I hope this helps,

--
Mike
Microsoft MVP - Windows Security


[quoted text, click to view]

Bernard Cheah [MVP]
4/13/2006 12:00:00 AM
Well, just ensure the URL redirected is correct, and binding to which ever
IP you intended.....

--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

Ben
4/13/2006 8:58:02 AM
Hi,

May I know how it can be done?
[quoted text, click to view]
Bernard Cheah [MVP]
4/14/2006 12:00:00 AM
Miha has answered that.
just ensure the you have entered the correct URL for the destination.

--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button