Can't run mod_ssl?
#2
RE: Can't run mod_ssl?
Huh
It tells you the error:
Code:
Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile] ((null):0)

You did not add any of the required SSL lines to the custom vhost entry for that domain.

Even if you are not using Let's Encrypt for your SSL, Read through this: http://docs.sentora.org/?node=103 to learn how to configure the custom vhost entries for the domain you are adding SSL too. (Just change the paths to your certificate files).

Specifically this section:

Quote:Changing Sentora port:
On Sentora Panel go to Admin -> Module Admin -> Apache Config > Override a Virtualhost [Select VHost] ->
Tick Port Override.
Forward Port 80 to Overriden Port: 443
Custom Entry:
(Don't forget to replace domain.com with your domain's URL belowSmile
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.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/domain.com/chain.pem # Keeping bellow for future upgrades. # Requires Apache >= 2.4 SSLCompression off
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply


Messages In This Thread
Can't run mod_ssl? - by jstacklin - 04-26-2017, 10:29 PM
RE: Can't run mod_ssl? - by TGates - 04-28-2017, 05:29 AM
RE: Can't run mod_ssl? - by jstacklin - 04-28-2017, 05:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
apt-get install mod_ssl ERROR CMs222 9 32 ,234 11-11-2022, 09:14 PM
Last Post: zustudios

Forum Jump:


Users browsing this thread: 1 Guest(s)