Link to home
Start Free TrialLog in
Avatar of Phil Mapfumo
Phil MapfumoFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Enabling SSL on a Window 2016/2019 Server

What windows service can l run on Window 2016/2019 to test that SSL is open an active on the server. I have opened 443 for inbound on the windows firewall and disabled the anti-virus. I know there also has to be a program that listens on port 443 for SSL to be tested, what to know is which Windows service like IIS for example that I can install to test that the ports are open and it is active, thanks

Avatar of Scott Silva
Scott Silva
Flag of United States of America image

You usually open ports for a service you already have running...
Not sure why you are opening ports if you don't have a service running that NEEDS it open.

If you RDP into another machine on the network, open a command prompt and type:
TELNET <server name or IP address>  443

Open in new window

... that should tell you whether there is a service listening on port 443.
If you can't connect, it might also mean that the firewall is not letting you through.
Avatar of Phil Mapfumo

ASKER

 @ Scott there is a service that NEEDS it open, l am not doing it as an experiment. The issue is that we have a third party supplier that is saying the port is not open that is why there application is not working,@ Sam and we have disabled the anti-virus and disabled the windows firewall on the server and there is a rule to open port 443, therefore this is an attempt to prove that port 443 is open and it's there application that is the problem.
The easiest method may be to simply place a test file in the web root directory and see if you can download it over HTTPS. If  you can, the port and firewall is open and it's their application that's not listening.
From an elevated CMD:
netstat -an [ENTER]

Open in new window

That will give you a list of all of the listening ports on the server.
Thanks Philip, @Sam where would the web root directory be located at thanks
IIS installs everything into c:\inetpub\*.*
c:\inetpub\wwwroot is the default IIS web root directory.
ASKER CERTIFIED SOLUTION
Avatar of Cliff Galiher
Cliff Galiher
Flag of United States of America image

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
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.

I have recommended this question be closed as follows:

Accept: 'Cliff Galiher' (https:#a43305478)

If you feel this question should be closed differently, post an objection and the moderators will review all objections and close it as they feel fit. If no one objects, this question will be closed automatically the way described above.

seth2740
Experts-Exchange Cleanup Volunteer