Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is using port 443?
Message
From
19/01/2016 08:55:23
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01629902
Message ID:
01629932
Views:
35
>>>>>Hi,
>>>>>
>>>>>I am trying to install a web application on the customer web server. The customer asked that I set up port 443 for this Site. But when I do and try to start the site I get the message that "Another Web Site maybe using this port". I can set up any other port # but the 443. How do I find out what site is using this port 443 (I checked all sites in the IIS and none is using this port, as far as I can see).
>>>>
>>>>443 is the default port for HTTPS. You'll need to check for existing sites that support HTTPS.
>>>>
>>>>http://www.howtogeek.com/howto/28609/how-can-i-tell-what-is-listening-on-a-tcpip-port-in-windows/
>>>
>>>Thank you. This explain the problem. My app is using HTTP and not HTTPS. So I need to learn how to use HTTPS instead of HTTP.
>>
>>Hmm. If another site is using 443 then switching to https isn't going to help - you still have a conflict.
>
>I think that the problem is that 443 can only be used with https and with certificate.

Not true. As Al mentioned 443 is the default port for HTTPS. But all that means is that if you enter 'https:xxx.com' in the browser it will try hitting the server on 443 (in just the same way if you entered http:xxx.com it would default to port 80). There's nothing that says that a server has to listen on 80 or 443 - any ports can be used for either http or https.



> Which is something I need to learn asap.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform