Home All Groups Group Topic Archive Search About

Multiple SSL sites served from a single content path

Author
29 Nov 2006 2:39 PM
TH
Hi there,

I wonder if anyone could help me with this?

I have several versions of essentially the same web site, each has its
own common name domain name, mysite1.com etc., and each is required to
run in SSL mode.

I intend to set these up as separate IIS web sites on the same server,
each with its own IP address and each with its own certificate, which
appears to be the only reasonable solution available to me.

So my question is this, is it safe to point each of these IIS sites to
the same local path so that they each run the same code (ASP.NET 2.0),
or does this cause some sort of resource contention problem?

Thanks very much,
TH.

Author
29 Nov 2006 5:59 PM
Consultant
that is fine

Show quoteHide quote
"TH" <thinkt***@googlemail.com> wrote in message
news:1164811184.844601.35310@14g2000cws.googlegroups.com...
> Hi there,
>
> I wonder if anyone could help me with this?
>
> I have several versions of essentially the same web site, each has its
> own common name domain name, mysite1.com etc., and each is required to
> run in SSL mode.
>
> I intend to set these up as separate IIS web sites on the same server,
> each with its own IP address and each with its own certificate, which
> appears to be the only reasonable solution available to me.
>
> So my question is this, is it safe to point each of these IIS sites to
> the same local path so that they each run the same code (ASP.NET 2.0),
> or does this cause some sort of resource contention problem?
>
> Thanks very much,
> TH.
>
Author
29 Nov 2006 10:04 PM
David Wang
IIS is perfectly fine with such a configuration.

If your websites are named:  subdomain1.domain.com ,
subdomain2.domain.com , etc

Then with IIS6 on Windows Server 2003 SP1 you can configure a single
website with one IP address and one SSL wildcard Certificate for
*.domain.com .


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//



TH wrote:
Show quoteHide quote
> Hi there,
>
> I wonder if anyone could help me with this?
>
> I have several versions of essentially the same web site, each has its
> own common name domain name, mysite1.com etc., and each is required to
> run in SSL mode.
>
> I intend to set these up as separate IIS web sites on the same server,
> each with its own IP address and each with its own certificate, which
> appears to be the only reasonable solution available to me.
>
> So my question is this, is it safe to point each of these IIS sites to
> the same local path so that they each run the same code (ASP.NET 2.0),
> or does this cause some sort of resource contention problem?
>
> Thanks very much,
> TH.