Results 1 to 2 of 2
Hi,
I have a website running on SSL on port 443. I can connect to it from outside and everythg is working fine.
But if I run
netstat -A inet ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-28-2004 #1Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
netstat -A inet -lnp does not show port 443
Hi,
I have a website running on SSL on port 443. I can connect to it from outside and everythg is working fine.
But if I run
netstat -A inet -lnp
I do not see a process listening on port 443. I have a server listening on port 80 and i can see this:
tcp 0 0 192.168.0.102:80 0.0.0.0:* LISTEN 921/httpd
how come i do not see a similar line for port 443? is there somethg i'm missing here?Fixing Unix is better than working with Windows.
http://nikhilk.homedns.org/projects/index.html
- 01-28-2004 #2Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
ok...now i can see port 443 in my netstat output.
i just hashed out the part where my httpd.conf file calls ssl.conf and put
Listen localhost:443 and the virtualhost part in my httpd.conf file itself.
now netstat shows me port 443...
my ssl.conf file does have a listen which binds to port 443, i dunno why it did not show up earlier though.Fixing Unix is better than working with Windows.
http://nikhilk.homedns.org/projects/index.html


Reply With Quote
