THANK YOU! I am now able to log into the control panel! I don't understand what happened. As instructed in the documentation for setting up SSL using letsencrypt, I made the following change to the Global Sentora Entry:
I made NO changes to Global VHost Entry, or to any of the individual vhosts. I have now deleted the above and changed the port back to 80 and saved changes.
Now, what do I need to do to get SSL to work? I really would like to have my server secured.
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/larlee.uniquelyyourshosting.biz/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/larlee.uniquelyyourshosting.biz/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/larlee.uniquelyyourshosting.biz/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
Now, what do I need to do to get SSL to work? I really would like to have my server secured.