On the Service Status Page only HTTP is closed. I can my websites with https but not via http (also no redirect). First i toughed i forgot to restart apache after i added a ssl certificate trough LetsEnrcypt. There is nothing special in the error log from apache and apache is running.
On the virtual Host Override Page I have marked all tick boxes, port override is 443 and no ip override.
Custom Entry lookes like this:
I done eveything like descriped here: http://docs.sentora.org/?node=103'
I have 1 Domain and 1 Subdomain (The panel works on its own subdomain).
I asked Google and found nothing useful (or i asked wrong questions).
On the virtual Host Override Page I have marked all tick boxes, port override is 443 and no ip override.
Custom Entry lookes like this:
Code:
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/DOMAIN/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/DOMAIN/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/DOMAIN/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
I done eveything like descriped here: http://docs.sentora.org/?node=103'
I have 1 Domain and 1 Subdomain (The panel works on its own subdomain).
I asked Google and found nothing useful (or i asked wrong questions).