Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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.