kaancho12
Technical User
- Feb 22, 2005
- 191
hi,
i am testing to see if port 443 is accepting any connection or not. when i type:~]# netstat -nl | grep ":443" i get
tcp 0 0 0.0.0.0:443 0.0.0.0:*
LISTEN
and yet when i type: telnet localhost 443 i get
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection timed out
telnet: Unable to connect to remote host: Connection timed out
is there something i need to check or something i need to reconfigure? i am doing all this to check if the openssl that i installed in my apache is working correctly or not. thanks
ko12
i am testing to see if port 443 is accepting any connection or not. when i type:~]# netstat -nl | grep ":443" i get
tcp 0 0 0.0.0.0:443 0.0.0.0:*
LISTEN
and yet when i type: telnet localhost 443 i get
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection timed out
telnet: Unable to connect to remote host: Connection timed out
is there something i need to check or something i need to reconfigure? i am doing all this to check if the openssl that i installed in my apache is working correctly or not. thanks
ko12