Port 443 / 80 not available on Windows server.

Port 443 / 80 not available on Windows server.

443 / 80 not available for webNetwork
 
Customer installed webNetwork on a brand new Windows 2012 server and can't bind to port 443 because it is already in use. What is using it and how can I fix it ?
 


Most likely the built in IIS manager has 443 enabled for some of the new features in server 2012. This can happen even if you disable all of the IIS services.

Go to a dos cmd prompt and type :
netstat -ban > c:\\netstat.txt

Now edit c:\\netstat.txt with notpad and look for something like :
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING

This says that 443 will be used on every ip number on the box. Thus even adding another ip number will not fix the problem.

Next try this from a cmd prompt :
netsh
http
show iplisten

If nothing shows up then that means that it is using every ip number automatically.

To fix this type :
add iplisten ipaddress=[ip address of the server]

now type :
show iplisten

It should display the ip number.

Next restart IIS by typing : iisreset

Type netstat -an > c:\\netstat.txt and double check.

You may still need to disable your other IIS services or add a 2nd ip number for webnetwork but you won't have the problem of IIS binding to all ip addresses anymore.


If you need help figuring out what is listening on those ports you can type: netsh http show urlacl
An example of what you might see : Reserved URL : https://+:443/remoteDesktopGateway/

Another command that helps : netsh http show service
An example of what you might see : Registered URLs: HTTPS://+:443/KDCPROXY/

If you have Remote Desktop Gateway installed then that will always take port 443 and you would have to remove that role or add a 2nd ip number for webNetwork.

The following microsoft url talks about changing the port numbers for the IP-HTTPS service : http://technet.microsoft.com/en-us/library/jj134148.aspx

Similar problems can happen for port 80 if the Microsoft IIS server or another webserver is active on that box.  webNetwork has its own webserver and does not use 3rd party web servers to run.  Disable these other webservers before starting webNetwork.
 


    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Windows server tuning

        Question Are there any suggested TCP parameters that should be changed on a Windows server running webNetwork. Windows Server OS out of the box should function properly with webNetwork. However, some customers have had to follow this information from ...
      • webNetwork won't start because port 80 is taken.

        If webNetwork can't start because port 80 is already in use then there is another web server on the system.  If it is a windows box, possibly IIS is running.  Another Microsoft product to look at is Web Deployment Agent Service.  That also takes port ...
      • LDAP tracking on windows server

        How can I track ldap communication on Windows server?   The following URLs give the information on how to track LDAP communication on a windows server. ...
      • Unified Workspace Support for Windows Server 2022

        Issue Is Windows Server 2022 supported by Unified Workspace? Solution We are still in full testing of UW on Windows Server 2022, however we are seeing that UW functions properly on Server 2022. The issue we have with Windows Server 2022 is that our ...
      • SSO to Windows 2000 Terminal Server

        I am unable to SSO to a Windows 2000 Terminal Server. Windows 2003 Terminal Server works just fine. In Windows 2000 Terminal Server there is an option to always prompt for a password. This causes windows to ignore the password you are passing. Turn ...