devcert icon indicating copy to clipboard operation
devcert copied to clipboard

NET::ERR_CERT_DATE_INVALID suddenly happening on Chromium browsers?

Open tdd opened this issue 2 years ago • 0 comments

Hi all!

I use a devcert-based tool of mine to set up TLS certs on my dev machine so I can do HTTPS development.

It's been working swell until very recently.

Suddenly I get NET::ERR_CERT_DATE_INVALID errors on my .test local domains, but only on Chromium browsers. This is unfathomable, as inspecting the certs in these browsers shows a valid date range:

  • NBF Dec 2021
  • EXP Dec 2023

image

I have no idea what gives, but in the meantime I'd like to just remove that cert from my devbox and have a fresh run regen it, but I have no idea how to remove a cert installed by devcert.

Any pointers?

Thanks!

tdd avatar Mar 22 '23 09:03 tdd