Tighten SSL security: SSL certificate chain and SSLCipherSuite
Update SSLCipherSuite
Issue
Clicking the certificate info in chrome, you'll see a message:
"Your connection is encrypted using an obsolete cipher suite."
Solution
vi /etc/httpd/conf/extra/httpd-ssl.conf
Replace SSLCipherSuite with the following:
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+AESGCM EECDH EDH+AESGCM EDH+aRSA HIGH !MEDIUM !LOW !aNULL !eNULL !LOW !RC4 !MD5 !EXP !PSK !SRP !DSS"
Restart Apache.
service httpd restart
Optional: Update ssl_cipher in directadmin.conf
vi /usr/local/directadmin/conf/directadmin.conf
Replace or add: