Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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)

所有回复 (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?

由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?

由jscher2000 - Support Volunteer于修改