You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Ever since upgrading to Catalina, I can no longer run my dev environments. All my files receive a NET::ERR_CERT_REVOKED exception upon loading. I wonder if there are different SSL requirements that the old certificates don't satisfy?
Any ideas? I'm super stuck now.
I've always remedied SSL errors by running the recommended ssl-check routine, but it's not getting the job done now.
The text was updated successfully, but these errors were encountered:
The solution above did not fully do the trick for me after upgrading. I actually had to go into my ~/.localhost_ssl directory and delete the previously added server.crt and server.key files and then run ssl-check to regenerate they keys.
Problem
Ever since upgrading to Catalina, I can no longer run my dev environments. All my files receive a
NET::ERR_CERT_REVOKED
exception upon loading. I wonder if there are different SSL requirements that the old certificates don't satisfy?Any ideas? I'm super stuck now.
I've always remedied SSL errors by running the recommended
ssl-check
routine, but it's not getting the job done now.The text was updated successfully, but these errors were encountered: