Control Web Panel

WebPanel => SSL => Topic started by: missine on May 08, 2019, 06:27:48 AM

Title: ssllabs - Chain issues incorrect order, Extra certs
Post by: missine on May 08, 2019, 06:27:48 AM
Done a test at www.ssllabs.com/ssltest
And met the problem Chain issues incorrect order, Extra certs
for my new vhost
My solution is edit file /usr/local/apache/conf.d/vhosts/yourdomain.com.ssl.conf:
#comment the following line
#SSLCertificateChainFile /etc/pki/tls/certs/yourdomain.com.bundle
#add the following line
SSLCACertificateFile /etc/pki/tls/certs/yourdomain.com.bundle
Title: Re: ssllabs - Chain issues incorrect order, Extra certs
Post by: Igor S. on May 18, 2019, 03:06:22 PM
Hi, you have to check the CA-Bundle and how it was installed. I guess it incorrect or does not exist.