Home All Groups Group Topic Archive Search About

SSL redirects to other SSL

Author
11 Apr 2006 9:51 AM
Ben
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

Author
12 Apr 2006 5:01 PM
Miha Pihler [MVP]
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


Show quoteHide quote
"Ben" <B**@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
Author
13 Apr 2006 1:39 AM
Ben
Hi.. how about one SSL redirected to different other SSLs and itself using
the different IP with another NIC card?


Show quoteHide quote
"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" <B**@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
>
>
>
Author
13 Apr 2006 6:37 AM
Bernard Cheah [MVP]
Well, just ensure the URL redirected is correct, and binding to which ever
IP you intended.....

Show quoteHide quote
"Ben" <B**@discussions.microsoft.com> wrote in message
news:F9D9A576-5ECE-4701-A5D4-8A2BF71CDB52@microsoft.com...
> 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" <B**@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
>>
>>
>>
Author
13 Apr 2006 3:58 PM
Ben
Hi,

May I know how it can be done?
Show quoteHide quote
"Bernard Cheah [MVP]" wrote:

> 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" <B**@discussions.microsoft.com> wrote in message
> news:F9D9A576-5ECE-4701-A5D4-8A2BF71CDB52@microsoft.com...
> > 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" <B**@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
> >>
> >>
> >>
>
>
>
Author
14 Apr 2006 3:41 AM
Bernard Cheah [MVP]
Miha has answered that.
just ensure the you have entered the correct URL for the destination.

Show quoteHide quote
"Ben" <B**@discussions.microsoft.com> wrote in message
news:643D3466-D768-42B6-9033-99246E07FBA9@microsoft.com...
> Hi,
>
> May I know how it can be done?
> "Bernard Cheah [MVP]" wrote:
>
>> 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" <B**@discussions.microsoft.com> wrote in message
>> news:F9D9A576-5ECE-4701-A5D4-8A2BF71CDB52@microsoft.com...
>> > 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" <B**@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
>> >>
>> >>
>> >>
>>
>>
>>