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

搜索 | 用户支持

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

详细了解

Certificate not valid, page shows past date, cert. is for correct date.

  • 2 个回答
  • 7 人有此问题
  • 1 次查看
  • 最后回复者为 doctrphil

more options

This is the message I get:

"login.yahoo.com uses an invalid security certificate. The certificate will not be valid until 3/2/2014 6:00 PM. The current time is 2/7/2014 5:09 PM. (Error code: sec_error_expired_certificate)"

The problem is that today (the date I wrote this) is 03/07/2014. The time of day shown is accurate, but the date is old by a month. I've checked my computer's time and the router's time and both are accurate. Is there some other place from where Firefox gets its time stamp? I can't understand why the date used for the certificate would be off by a whole month. This issue appeared on about 03/04/2014.

This is the message I get: "login.yahoo.com uses an invalid security certificate. The certificate will not be valid until 3/2/2014 6:00 PM. The current time is 2/7/2014 5:09 PM. (Error code: sec_error_expired_certificate)" The problem is that today (the date I wrote this) is 03/07/2014. The time of day shown is accurate, but the date is old by a month. I've checked my computer's time and the router's time and both are accurate. Is there some other place from where Firefox gets its time stamp? I can't understand why the date used for the certificate would be off by a whole month. This issue appeared on about 03/04/2014.

被采纳的解决方案

Firefox still seems to think that the date is wrong if the current time is 2/7/2014 5:09 PM.

You can see the current time and time zone if you paste this code in the command line of the Web Console (Web Developer > Web Console; Ctrl+Shift+K)

  • console.log((new Date).toLocaleString()); // use this to get the time in your current time zone
定位到答案原位置 👍 2

所有回复 (2)

more options

选择的解决方案

Firefox still seems to think that the date is wrong if the current time is 2/7/2014 5:09 PM.

You can see the current time and time zone if you paste this code in the command line of the Web Console (Web Developer > Web Console; Ctrl+Shift+K)

  • console.log((new Date).toLocaleString()); // use this to get the time in your current time zone
more options

Turns out Windows time was off by a month.

The first time I checked, it looked like the correct date, but when I rechecked it, the month was off. After fixing this, all is well.