Link to home
Start Free TrialLog in
Avatar of kevinvw1
kevinvw1

asked on

Windows firewall issue with port 443

I am trying to telnet to my server on port 443.

I have a utility listening on port 443.

I have an Inbound windows firewall rule allowing traffic on port 443.

I also have other inbound firewall rules on other ports.

I can successfully telnet on my other ports.

I get no response when I try to telnet on port 443.

I turn off the windows firewall and then I get a response on port 443.

Any idea what would be causing windows firewall to block port 443 even though there is a firewall inbound rule allowing it?

Thanks, Kevin.
ASKER CERTIFIED SOLUTION
Avatar of kevinvw1
kevinvw1

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
Avatar of kevinvw1
kevinvw1

ASKER

Even though there was an inbound rule for port 443 already in the firewall (World Wide Web Service (HTTPS traffic in))
I still had to create another inbound 443 rule and then it worked.
Avatar of Dave Baldwin
On my computer, port 443 is opened for Secure Web Server Access (HTTPS).  Telnet does not do 'HTTPS' so maybe that is why.
It was not the protocol that was the issue it was merely the port.

Telnet works fine to just let you know that port 443 is listening.

I just successfully tried it on Windows 8 and Mac OSX.