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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 2 réponses
  • 7 ont ce problème
  • 2 vues
  • Dernière réponse par 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.

Solution choisie

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
Lire cette réponse dans son contexte 👍 2

Toutes les réponses (2)

more options

Solution choisie

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.