Prevent IIS Listing on Port 443 for Single IP Address

iis-7.5ipnetshwindows-server-2008-r2

I am running a website in IIS and am also running another piece of software which streams media over port 1935 on the same server. The streaming software also has the capability of delivering content over port 443. I have assigned an SSL certificate to it, but it can't bind to port 443 on the IP address it uses as it is being taken by IIS.

I am not able to use the 'netsh' command to explicity bind the IP address being used by the website, because I also need to binding for the streaming application's IP address in IIS so that content can be deliverd over port 80.

Is there a way of being able to stop IIS listing on port 443 for a specific IP address, whilst still allowing it to listen on port 80 for the same IP?

Best Answer

You can configure it in bingings for you site:

  1. Open IIS Manager.
  2. In the Connections pane, expand the Sites node in the tree, and then click to select the site for which you want to edit a binding.
  3. In the Actions pane, click Bindings.
  4. In the Site Bindings dialog box, select binding to ip-adreess you need to free and remove it. Or select 443 port binding with * in ip-adreess field end edit it to turn off the binding to the ip-address that you want to release.
  5. After edditing close with Ok