mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #424] NET::ERR_CERT_AUTHORITY_INVALID after a while of working properly #282
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nefcanto on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/424
Hi
I have been using
mkcertfor some months now and everything was working great.However, today I suddenly saw the
NET::ERR_CERT_AUTHORITY_INVALIDerror.I have not changed
mkcertanyhow.I tried to verify my certificate, using
openssl:And this is the result:
I tried to uninstall
mkcert, but since I have installed it outside apt, I did not know how to uninstall it. Here's my installation script:I ran
mkcert -uninstalland closed Chrome and ranmkcert -installand reopened Chrome, but still no results.What should I do? How can I fix this?
@mattKaczorowski commented on GitHub (Feb 11, 2022):
I too am experiencing this issue with chrome and firefox on Ubuntu. Funny enough both curl and wget work fine. Both browsers have the mkcert root cert installed, yet the browsers do not trust the certs.
@Nefcanto commented on GitHub (Feb 12, 2022):
@mattKaczorowski I ended up completely reinstalling everything, even Ubuntu. It was truly annoying.
@mattKaczorowski commented on GitHub (Feb 14, 2022):
@Nefcanto Did reinstalling fix the issue? I have tried and it did not work. Also, tried this on three different Ubuntu 20.04 machines, same result. I wonder what changed on the browser's end...
@Nefcanto commented on GitHub (Feb 17, 2022):
@mattKaczorowski yes. For me reinstalling my OS and everything solved it. Though it was extremely annoying.
@MaxRazen commented on GitHub (Apr 12, 2022):
Ubuntu 20.04 / Chrome 100.0.4896.88 the same issue. Does anyone have a solution?
@Nefcanto Could you clarify please, what is the difference between your linux installations? Have you downgraded the OS version?
UPD: I realized that forget to run
mkcert -install, and after restarting browsers everything is working as suspected@Nefcanto commented on GitHub (Apr 14, 2022):
@MaxRazen, I just remember that I had to reinstall everything, including my OS.
This is my installation general guidelines and this is my installation script for other applications.