| Author |
SSL redirects to other SSL
|
|
|
| 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,
IIS help
| |
| Miha Pihler [MVP] 2006-04-27, 7:52 am |
| 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
"Ben" <Ben@discussions.microsoft.com> wrote in message
news:59FFBEEB-DF21-4AB9-B3D1-1F42E79F14AB@microsoft.com...
> 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,
> IIS help
| |
|
| Hi.. how about one SSL redirected to different other SSLs and itself using
the different IP with another NIC card?
"Miha Pihler [MVP]" wrote:
> 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
>
>
> "Ben" <Ben@discussions.microsoft.com> wrote in message
> news:59FFBEEB-DF21-4AB9-B3D1-1F42E79F14AB@microsoft.com...
>
>
>
| |
| Bernard Cheah [MVP] 2006-04-27, 7:52 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/
"Ben" <Ben@discussions.microsoft.com> wrote in message
news:F9D9A576-5ECE-4701-A5D4-8A2BF71CDB52@microsoft.com...[vbcol=seagreen]
> Hi.. how about one SSL redirected to different other SSLs and itself using
> the different IP with another NIC card?
>
>
> "Miha Pihler [MVP]" wrote:
>
| |
|
|
|
|
|
|