problem accessing/starting secure layer (https)
Jeff Schroeder
jeff at neobox.net
Tue Jul 12 16:27:04 MDT 2005
Bibhor wrote:
> i defined it to listen to port 443 and i am not sure how to check if
> its listening at that port (i am assuming that port 443 is open by
> default).
Depending on what tools you have available on your box, there are two
quick ways to see if anything's running on port 443:
1) netstat -nl | grep ":443"
2) nmap localhost
HTH,
Jeff
More information about the PLUG
mailing list