When i test 2 ssl certs, both lets encrypt im getting 2 diffent scores first one is the servername A+ https://www.ssllabs.com/ssltest/analyze.html?d=61.tkservers.com Second is a website B https://www.ssllabs.com/ssltest/analyze.html?d=duo-care.nl Any idees why? The settings in /etc/httpd/conf/sites-enabled/000-ispconfig.vhost are SSLEngine On SSLProtocol All -SSLv2 -SSLv3 SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key #SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384HE-RSA-AES128-GCM-SHA256HE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHAHE-RSA-AES128-SHA256HE-RSA-AES128-SHAHE-RSA-AES256-SHA256HE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHAES-CBC3-SHA:!DSS These are the same in /etc/httpd/conf.d/ssl.conf
yes i know but where is the difference the cypers are only set in /etc/httpd/conf.d/ssl.conf and /etc/httpd/conf/sites-enabled/000-ispconfig.vhost
the ciphers in 000-ispconfig.vhost are used the ispconfig-vhost and not for any other site. if the ciphers in ssl.conf are not shown during the checks, make sure, that this file is loaded by your webserver