Link to home
Start Free TrialLog in
Avatar of perfectpc
perfectpc

asked on

Stop iis using port 443 on an IP

I have a w2k3 server. On this server I have 2 ip addresses which I have tried using on a single nic and on second nic. I have owa running on the main ip address which I have changed iis from using unassinged address to the correct address. I need to use 443 for another application on the other ip address but iis seems to still have hold of it even though I have told it to use the primary ip for the default website.

Can anyone shed any light on how i can resolve it
Avatar of whatsoverthere
whatsoverthere

So is your configuration like this:

IIS OWA - IP address # 1 - port 80
Other application - IP address # 2 - port 443

And your problem is that IIS is using port 443, preventing the other application from using it?
Avatar of perfectpc

ASKER

My set up is 10.10.10.2 for 80 and 443 with certificate running owa over ssl.
I need to install my application on 10.10.10.3 with port 443
I have tried using both 1 and 2 nic's
OK.

First make sure that no websites in IIS are set to use the IP address: All Unassigned
Go to Advanced web site identification and make sure that SSL isn't using All Unassigned IP addresses either.

Then you may need to disable socket pooling in IIS. To do this follow the steps at http://support.microsoft.com/kb/238131

Hope this helps
Ok so iis set to use 10.10.10.2 and the script from the above kb and still iis is holding 443
Hmm, I'm not sure. Have you double-checked that no websites are using unassigned IP addresses? And did you restart IIS?

You could try forcing IIS to use another port for SSL with the following command from the Inetpub\Adminscripts folder:

cscript c:\inetpub\AdminScripts\adsutil.vbs set w3svc/1/securebindings ":8000:"

You can use any uncommon port instead of 8000
ASKER CERTIFIED SOLUTION
Avatar of perfectpc
perfectpc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial