Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why am I getting this and how do I fix it!!

more options

Every time I try to click on a school portal from the website I get an error and it happens with random websites as well

It says Secure connection failed An error occurred during a connection to learn.yccc.edu. The OCSP response is not yet valid (contains a date in the future). (Error code: sec_error_ocsp_future_response)

Every time I try to click on a school portal from the website I get an error and it happens with random websites as well It says Secure connection failed An error occurred during a connection to learn.yccc.edu. The OCSP response is not yet valid (contains a date in the future). (Error code: sec_error_ocsp_future_response)

All Replies (4)

more options

The sec_error_ocsp_future_response error usually indicates that your computer's system clock is behind the actual date or time, or possibly in the wrong time zone.

Could you double-check that?

Modified by jscher2000 - Support Volunteer

more options

I did several times and I ran my avg and malwarebytes in case it was a virus

more options

I rechecked my time settings just to be sure and it was set to automatically sync with an Internet time, I turned that off and it worked fine!!! Thanks for the help!

more options

Our posts crossed. Glad to hear you found the problem.


Is this on Windows?

Maybe Firefox is reading the system date wrong. Could you try this:

Select and copy this line of script:

var d=new Date(); console.log("Local Date-Time="+d.toLocaleString()+"; UTC Date-Time="+d.toUTCString());

Open Firefox's Web Console using Ctrl+Shift+k (or from the Developer menu).

At the bottom next to the >> paste the script and press Enter to run it.

For comparison, right now, I get this (Pacific time):

"Local Date-Time=5/20/2015, 1:39:58 PM; UTC Date-Time=Wed, 20 May 2015 20:39:58 GMT"

What do you get?

Modified by jscher2000 - Support Volunteer