[GLLUG] More SSL woes

Mike Szumlinski szumlins@pilot.msu.edu
Mon, 4 Nov 2002 16:40:21 -0500


> What does netstat say?  Is Apache binding on 443?  If so, is it 
> possible
> that there's an iptables/ipchains rule that's blocking access to it?
>

[szumlins@britney:~]: netstat -a
Active Internet connections (including servers)
Proto Recv-Q Send-Q  Local Address          Foreign Address        
(state)
tcp4       0      0  localhost.x11-ssh      *.*                    
LISTEN
tcp6       0      0  ::1.x11-ssh            *.*                    
LISTEN
tcp4       0     48  britney.ssh            192.168.3.69.61467     
ESTABLISHED
tcp4       0      0  *.http                 *.*                    
LISTEN
tcp4       0      0  britney.afpovertcp     192.168.3.69.50020     
ESTABLISHED
tcp4       0      0  *.3306                 *.*                    
LISTEN
tcp4       0      0  *.afpovertcp           *.*                    
LISTEN
tcp4       0      0  *.5501                 *.*                    
LISTEN
tcp4       0      0  *.5500                 *.*                    
LISTEN
tcp4       0      0  *.ssh                  *.*                    
LISTEN
tcp46      0      0  *.ssh                  *.*                    
LISTEN
tcp4       0      0  *.smtp                 *.*                    
LISTEN
udp4       0      0  *.syslog               *.*
udp6       0      0  *.syslog               *.*


Hmm...I see a *.http but no https....doesn't look like its listening 
for the connectiong on 443...but I could be reading this wrong.  As far 
as the firewall goes, there isn't one to speak of.