Firefox RapidSSL certificate problem


SUBMITTED BY: Guest

DATE: Nov. 13, 2013, 9:21 p.m.

FORMAT: Text only

SIZE: 1.3 kB

HITS: 752

  1. # www.fduran.com
  2. For RapidSSL certificates Firefox warns "The certificate is not trusted because the issuer certificate is unknown.".
  3. The issue seems to be that RapidSSL has introduced recently a <a href="https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=AD239">new intermediate certificate authority</a>.
  4. The site's certificate can be tested from <a href="https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&id=SO9556&actp=LIST&viewlocale=en_US">this page<a/> of theirs.
  5. That shows rror: "Invalid Chain, example.com failed for the following reasons: The intermediate CA certificate cannot be found for the following certificate chain.".
  6. The solution is to add this new RappidSSL intermediate certificate to the server.
  7. Add to the Apache SSL configuration (ex /etc/apache2/sites-enabled/default-ssl ) the directive:
  8. SSLCACertificateFile /etc/apache2/ssl.crt/intermediate.crt
  9. and copy the contents of <a href="https://knowledge.rapidssl.com/library/VERISIGN/ALL_OTHER/RapidSSL%20Intermediate/RapidSSL_CA_bundle.pem into that new file /etc/apache2/ssl.crt/intermediate.crt ">their intermediate certificate</a>
  10. Restart apache (/etc/init.d/apache2 restart)

comments powered by Disqus