On Fri, Oct 05, 2007 at 03:25:52PM -0600, Tyler Bird wrote: [...] > Hey this worked great for seeing servers connected to port 80, but it > didn't show any servers bound and listening to port 443.
Sounds like a problem in your /etc/services file. > On my system I even did a telnet 192.168.0.252 443 and I got a successful > connection, but not output for any servers was showing > by running the comand: > > ss -a 'src :https' > > as root. > > Any idea if I need to change something. I looked at ss -h for additional > options and couldn't find any way to show the secure servers. [...] Have you tried ss -a 'src :443' ? It should show the sockets bound to port 443 (any protocol). -- Stephane