Hi,
For me all sites are working only in http, not in https. I thogut it ws related to firewall that refuses to connect to the port 443 but not while checking open port in netstat the port 443 is not listening why is that?
[root@justtest public_html]# netstat -ntlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:8891 0.0.0.0:* LISTEN 2643/opendkim
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 450/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 450/dovecot
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 7424/openlitespeed
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 2729/master
tcp 0 0 127.0.0.1:5003 0.0.0.0:* LISTEN 1/init
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 450/dovecot
tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 621/spamd.pid -d -c
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 450/dovecot
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 7424/openlitespeed
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 2729/master
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 797/pdns_server
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 436/pure-ftpd (SERV
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 409/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2729/master
tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN 152/lscpd (lscpd -
tcp6 0 0 :::993 :::* LISTEN 450/dovecot
tcp6 0 0 :::995 :::* LISTEN 450/dovecot
tcp6 0 0 :::3306 :::* LISTEN 5511/mysqld
tcp6 0 0 :::587 :::* LISTEN 2729/master
tcp6 0 0 :::3307 :::* LISTEN 618/mysqld
tcp6 0 0 :::110 :::* LISTEN 450/dovecot
tcp6 0 0 :::143 :::* LISTEN 450/dovecot
tcp6 0 0 :::465 :::* LISTEN 2729/master
tcp6 0 0 :::53 :::* LISTEN 797/pdns_server
tcp6 0 0 :::21 :::* LISTEN 436/pure-ftpd (SERV
tcp6 0 0 :::22 :::* LISTEN 409/sshd
tcp6 0 0 :::25 :::* LISTEN 2729/master
[root@justtest public_html]#