# www.fduran.com For RapidSSL certificates Firefox warns "The certificate is not trusted because the issuer certificate is unknown.". The issue seems to be that RapidSSL has introduced recently a new intermediate certificate authority. The site's certificate can be tested from this page of theirs. That shows rror: "Invalid Chain, example.com failed for the following reasons: The intermediate CA certificate cannot be found for the following certificate chain.". The solution is to add this new RappidSSL intermediate certificate to the server. Add to the Apache SSL configuration (ex /etc/apache2/sites-enabled/default-ssl ) the directive: SSLCACertificateFile /etc/apache2/ssl.crt/intermediate.crt and copy the contents of their intermediate certificate Restart apache (/etc/init.d/apache2 restart)