bind port 443

  • Thread starter Thread starter Joni
  • Start date Start date
J

Joni

Does anyone know how to bind port 443 to more than one ip
address on the same server? I have IIS and then an app
using port 443, but if one is running it disables the
other. I've had this fixed before, but I had to run some
upgrades and can't remember how I fixed it last time. Each
thing is utilizing a seperate ip address. This is IIS 5
not 6.
 
Ask this question on: microsoft.public.inetserver.iis .

There is a registry key for IIS to turn of "socket pooling" to make IIS5
friendly to sharing port 443. The other app needs to behave similarly and
not bind to 0.0.0.0:443

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
Does anyone know how to bind port 443 to more than one ip
address on the same server? I have IIS and then an app
using port 443, but if one is running it disables the
other. I've had this fixed before, but I had to run some
upgrades and can't remember how I fixed it last time. Each
thing is utilizing a seperate ip address. This is IIS 5
not 6.
 
Back
Top