Configuring Let's Encrypt for Sentora and Domains http://docs.sentora.org/?node=102
09-01-2016, 05:53 PM
(This post was last modified: 09-02-2016, 01:46 AM by TGates.)
Hi,
I followed this tutorial http://docs.sentora.org/?node=102 Let's Encrypt: Sentora Login to the letter except the part installing let's encrypt from git because the repository couldn't be found.
My server is a droplet hosted on digital ocean running ubuntu 14.04.
I forwarded my sentora port to 443 and added the following to the global sentora config
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCMH+AESGCM:ECDH+AES256H+AES256:ECDH+AES128H+AES:ECDH+3DESH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/panel.mydomain.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/panel.mydomain.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/panel.mydomain.com/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
The problem now is that I cannot access the domain without typing https://panel.mydomain.com. When I enter the address http://panel.mydomain.com/, I get a 500 internal server error.
Second issue is, in the panel, when I try to click on sentora config, the url resolves to https://panelmydomain.com/?module=sentoraconfig removing the '.' subdomian demoninator meaning I am unable to make any changes here.
Issue number three is I have mydomain.com which has no SSL cert yet. trying to open mydomain.com also gives me the 500 internal server error.
Where I'm I going wrong?
I followed this tutorial http://docs.sentora.org/?node=102 Let's Encrypt: Sentora Login to the letter except the part installing let's encrypt from git because the repository couldn't be found.
My server is a droplet hosted on digital ocean running ubuntu 14.04.
I forwarded my sentora port to 443 and added the following to the global sentora config
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCMH+AESGCM:ECDH+AES256H+AES256:ECDH+AES128H+AES:ECDH+3DESH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/panel.mydomain.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/panel.mydomain.com/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/panel.mydomain.com/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
The problem now is that I cannot access the domain without typing https://panel.mydomain.com. When I enter the address http://panel.mydomain.com/, I get a 500 internal server error.
Second issue is, in the panel, when I try to click on sentora config, the url resolves to https://panelmydomain.com/?module=sentoraconfig removing the '.' subdomian demoninator meaning I am unable to make any changes here.
Issue number three is I have mydomain.com which has no SSL cert yet. trying to open mydomain.com also gives me the 500 internal server error.
Where I'm I going wrong?