Easy Hosting Control Panel (EHCP) :: Force Edition

EHCP Force Support => Technical Help => Topic started by: spicer on October 23, 2019, 03:07:20 pm

Title: Enable only TLS 1.2 in Apache?
Post by: spicer on October 23, 2019, 03:07:20 pm
I open "Edit Apache template" and add
SSLProtocol -all +TLSv1.2
in the domain section like this:
Code: [Select]
<VirtualHost *:443>

ServerName   xyz.com
.
.
.
SSLEngine on

        SSLProtocol -all +TLSv1.2

SSLCertificateFile {ssl_cert_path}
SSLCertificateKeyFile {ssl_cert_key_path}
{ssl_cert_chain_setting_with_path}
{customhttp}
{root_password_protected_dirs}
{password_protected_dirs}
{webstats_password_protection}

</VirtualHost>

Then service apache2 restart.
But https://www.ssllabs.com says the same thing as before.
Where does this entry come from?
Title: Re: Enable only TLS 1.2 in Apache?
Post by: spicer on November 29, 2019, 07:51:16 pm
No ideas?
Title: Re: Enable only TLS 1.2 in Apache?
Post by: earnolmartin on December 01, 2019, 01:10:13 pm
It depends on the certificate you're using.  What output are you receiving from ssllabs.com?  Are you using Let's Encrypt, or a custom SSL certificate?