Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error `sec_error_revoked_certificate` when viewed in Firefox only

I have an SSL certificate that does not inhibit the loading of a client's site when viewed in Chrome, Safari, or Android Browser. Unfortunately, when viewed in Firefox, I encounter the following error message:

An error occurred during a connection to www.rzim.org.

Peer's Certificate has been revoked.

(Error code: sec_error_revoked_certificate)

My only "lead" online was concerning intermediate certificates. Any thoughts are greatly appreciated. Thanks!

like image 851
Jamie H. Avatar asked Aug 27 '12 13:08

Jamie H.


1 Answers

When Firefox web browser checks a security certificate, it also checks with the issuing authority if the certificate is valid. It appears that, near a certificate’s expiration date, the issuing authority may release a new certificate. The two certificates have conflicting expiration dates.

For reasons unknown, this caused Firefox to report a sec_error_revoked_certificate error and refuse to allow you to connect to the site!

You can go through the following steps, but it will reduce the security.

  1. Firefox main menu -> edit ->Preferences
  2. click on Advanced Tab
  3. select certificates
  4. click on validation
  5. Uncheck the option "Use the Online Certificate status protocol(OCSP).........."
  6. Click OK button

Now you can see the page with out error.

like image 64
ARJUN KP Avatar answered Sep 19 '22 18:09

ARJUN KP