1832666 Members
3170 Online
110043 Solutions
New Discussion

port 443 not listening

 
dictum9
Super Advisor

port 443 not listening

All of a sudden, when I do "netstat -a | grep 443", I do not see port 443 listening. How can I start SSL?
3 REPLIES 3
Greg Vaidman
Respected Contributor

Re: port 443 not listening

First off, you may want to do "netstat -an" instead of "-a" in case someone added port 443 to /etc/services, in which case "netstat -a" would show the name instead of the port number.

If you still don't see it after that, then restarting the service is highly dependent on the web server software you're running. For example, with Apache, it's typically "apachectl startssl".
dictum9
Super Advisor

Re: port 443 not listening

It's not showing up in "netstat -an" either. I think I am going to restart apache.
dictum9
Super Advisor

Re: port 443 not listening

The software is weblogic. Should I restart Weblogic?