Multiple Virtual Sites on One Server Running on Port 443

Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 03:37:02 von LLOYD

Is it possible to have multiple virtual sites on a single server running on
Port 443?

We are running W2K3 with IIS6, we have several virtual sites on the server
running just fine on port80 and up to today we had one virtual site running
on port 443. Today we had the need for a second virtual site to run on port
443, but when we try to do this one or the other site is stopped by IIS and
when we try to start it the message says that there is another site or
application trying to run on the same port.

Each Port 443 site has it's own IP address and each site has a different
name, so why are we getting this error between these two sites? Is it
possible to run more than one virtual site on port 443?

Thanks for any help.

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 07:12:31 von Bernard

With unique IP address for the website, you can bind different SSL sites to
port 443.
Disable the socketpooling -
Setting metabase property DisableSocketPooling has no effect
http://support.microsoft.com/?id=813368

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


"Lloyd" wrote in message
news:8EB4E5BB-D859-4B56-91FA-E17C136D8562@microsoft.com...
> Is it possible to have multiple virtual sites on a single server running
> on
> Port 443?
>
> We are running W2K3 with IIS6, we have several virtual sites on the server
> running just fine on port80 and up to today we had one virtual site
> running
> on port 443. Today we had the need for a second virtual site to run on
> port
> 443, but when we try to do this one or the other site is stopped by IIS
> and
> when we try to start it the message says that there is another site or
> application trying to run on the same port.
>
> Each Port 443 site has it's own IP address and each site has a different
> name, so why are we getting this error between these two sites? Is it
> possible to run more than one virtual site on port 443?
>
> Thanks for any help.
>

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 13:29:09 von someone

Are both of your sites on port 443 using HTTPS, or is one site different
than the other.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

"Lloyd" wrote in message
news:8EB4E5BB-D859-4B56-91FA-E17C136D8562@microsoft.com...
> Is it possible to have multiple virtual sites on a single server running
> on
> Port 443?
>
> We are running W2K3 with IIS6, we have several virtual sites on the server
> running just fine on port80 and up to today we had one virtual site
> running
> on port 443. Today we had the need for a second virtual site to run on
> port
> 443, but when we try to do this one or the other site is stopped by IIS
> and
> when we try to start it the message says that there is another site or
> application trying to run on the same port.
>
> Each Port 443 site has it's own IP address and each site has a different
> name, so why are we getting this error between these two sites? Is it
> possible to run more than one virtual site on port 443?
>
> Thanks for any help.
>

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 13:52:02 von LLOYD

I followed the MS direction and set DisableSocketPooling to True and then i
ran the Httpcfg.exe and set it to listen to all three IP on that server but I
am still getting the following message when I try to run the two HTTPS site
at the same time...

"IIS Manager

IIS was unable to start the site. Another site may already be using the port
configured for this site. Please select a unused port for this site."

Did I do something wrong? Any other ideas?

Thanks for any and all help.


"Bernard Cheah [MVP]" wrote:

> With unique IP address for the website, you can bind different SSL sites to
> port 443.
> Disable the socketpooling -
> Setting metabase property DisableSocketPooling has no effect
> http://support.microsoft.com/?id=813368
>
> --
> Regards,
> Bernard Cheah
> http://www.iis-resources.com/
> http://www.iiswebcastseries.com/
> http://msmvps.com/blogs/bernard/
>
>
> "Lloyd" wrote in message
> news:8EB4E5BB-D859-4B56-91FA-E17C136D8562@microsoft.com...
> > Is it possible to have multiple virtual sites on a single server running
> > on
> > Port 443?
> >
> > We are running W2K3 with IIS6, we have several virtual sites on the server
> > running just fine on port80 and up to today we had one virtual site
> > running
> > on port 443. Today we had the need for a second virtual site to run on
> > port
> > 443, but when we try to do this one or the other site is stopped by IIS
> > and
> > when we try to start it the message says that there is another site or
> > application trying to run on the same port.
> >
> > Each Port 443 site has it's own IP address and each site has a different
> > name, so why are we getting this error between these two sites? Is it
> > possible to run more than one virtual site on port 443?
> >
> > Thanks for any help.
> >
>
>
>

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 15:27:07 von Ken Schaefer

In the properties for each website, you need to ensure that the website is
configured to listen on a single IP address only (and not "all unassigned"
or similar)

Cheers
Ken

--
IIS Blog: http://www.adOpenStatic.com/cs/blogs/ken


"Lloyd" wrote in message
news:D56D186B-D313-4818-BA09-E25F9E6F9A25@microsoft.com...
:I followed the MS direction and set DisableSocketPooling to True and then i
: ran the Httpcfg.exe and set it to listen to all three IP on that server
but I
: am still getting the following message when I try to run the two HTTPS
site
: at the same time...
:
: "IIS Manager
:
: IIS was unable to start the site. Another site may already be using the
port
: configured for this site. Please select a unused port for this site."
:
: Did I do something wrong? Any other ideas?
:
: Thanks for any and all help.
:
:
: "Bernard Cheah [MVP]" wrote:
:
: > With unique IP address for the website, you can bind different SSL sites
to
: > port 443.
: > Disable the socketpooling -
: > Setting metabase property DisableSocketPooling has no effect
: > http://support.microsoft.com/?id=813368
: >
: > --
: > Regards,
: > Bernard Cheah
: > http://www.iis-resources.com/
: > http://www.iiswebcastseries.com/
: > http://msmvps.com/blogs/bernard/
: >
: >
: > "Lloyd" wrote in message
: > news:8EB4E5BB-D859-4B56-91FA-E17C136D8562@microsoft.com...
: > > Is it possible to have multiple virtual sites on a single server
running
: > > on
: > > Port 443?
: > >
: > > We are running W2K3 with IIS6, we have several virtual sites on the
server
: > > running just fine on port80 and up to today we had one virtual site
: > > running
: > > on port 443. Today we had the need for a second virtual site to run on
: > > port
: > > 443, but when we try to do this one or the other site is stopped by
IIS
: > > and
: > > when we try to start it the message says that there is another site or
: > > application trying to run on the same port.
: > >
: > > Each Port 443 site has it's own IP address and each site has a
different
: > > name, so why are we getting this error between these two sites? Is it
: > > possible to run more than one virtual site on port 443?
: > >
: > > Thanks for any help.
: > >
: >
: >
: >

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 15:54:02 von LLOYD

They have different IP address assigned and they are both trying to use port
443 using https.

"David Wang [Msft]" wrote:

> Are both of your sites on port 443 using HTTPS, or is one site different
> than the other.
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no rights.
> //
>
> "Lloyd" wrote in message
> news:8EB4E5BB-D859-4B56-91FA-E17C136D8562@microsoft.com...
> > Is it possible to have multiple virtual sites on a single server running
> > on
> > Port 443?
> >
> > We are running W2K3 with IIS6, we have several virtual sites on the server
> > running just fine on port80 and up to today we had one virtual site
> > running
> > on port 443. Today we had the need for a second virtual site to run on
> > port
> > 443, but when we try to do this one or the other site is stopped by IIS
> > and
> > when we try to start it the message says that there is another site or
> > application trying to run on the same port.
> >
> > Each Port 443 site has it's own IP address and each site has a different
> > name, so why are we getting this error between these two sites? Is it
> > possible to run more than one virtual site on port 443?
> >
> > Thanks for any help.
> >
>
>
>

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 19:02:55 von gu

Hi
You have to assign the unique IP addresses on the Advanced Web Site
Properties Page.
The setting on the Web Site Properties is only used for port 80.
Select Web Site, open Properties, click Advanced, in the lower part
create an entry for each SSL Site.
If this doesn't work you have to edit the metabase of IIS.
Thomas

Re: Multiple Virtual Sites on One Server Running on Port 443

am 07.04.2006 19:58:01 von LLOYD

That was it thanks.

"Gu" wrote:

> Hi
> You have to assign the unique IP addresses on the Advanced Web Site
> Properties Page.
> The setting on the Web Site Properties is only used for port 80.
> Select Web Site, open Properties, click Advanced, in the lower part
> create an entry for each SSL Site.
> If this doesn't work you have to edit the metabase of IIS.
> Thomas
>
>