SSL - multiple sites only one has SSL however typing https on the

SSL - multiple sites only one has SSL however typing https on the

am 03.04.2008 11:33:42 von philipdowling

Hi All
Apologies if I am in the wrong area.
The problem that I am having is as follows:

We have a number of different websites hosted on the same server
(which is running windows 2003 service pack 2 and IIS) we'll call them
siteA, siteB, siteC

ONLY siteC has an SSL cert applied.

Everything works fine except for the following.If you type https://siteA
OR https://siteB (remember these sites dont have an SSL cert applied)
you are brought to siteC?

Does any one have any ideas as to how to stop this?

Thanks in advance.

Re: SSL - multiple sites only one has SSL however typing https on the others brings up SSL site

am 04.04.2008 01:02:16 von Ken Schaefer

You're running all these sites on a single IP address right?

If you type in https://siteA, then DNS will resolve that name to xx.xx.xx.xx
(IP address) of your webserver. The client then makes a request to your IP
address on port 443. http.sys sees an incoming request on port 443, and
routes it to SiteC (since that is the site on your IP address that is
listening on port 443).

You can get around this by running each site on its own IP address.

Cheers
Ken

--
My IIS blog: http://adopenstatic.com/blog

wrote in message
news:5e9dc929-ba5f-4e01-95c3-7a92de9c8855@z38g2000hsc.google groups.com...
> Hi All
> Apologies if I am in the wrong area.
> The problem that I am having is as follows:
>
> We have a number of different websites hosted on the same server
> (which is running windows 2003 service pack 2 and IIS) we'll call them
> siteA, siteB, siteC
>
> ONLY siteC has an SSL cert applied.
>
> Everything works fine except for the following.If you type https://siteA
> OR https://siteB (remember these sites dont have an SSL cert applied)
> you are brought to siteC?
>
> Does any one have any ideas as to how to stop this?
>
> Thanks in advance.

Re: SSL - multiple sites only one has SSL however typing https on the others brings up SSL site

am 09.04.2008 02:05:29 von Tartloch

you could try configuring the host header for the site