mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #447] mkcert install fails to install in firefox / chrome db on Ubuntu 20.04. #286
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#286
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 @mattKaczorowski on GitHub (May 3, 2022).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/447
Environment
mkcert -version): v1.4.3What you did
This seems to be a consistent problem with Ubuntu, multiple computers, fresh installs even a co-worker using Ubuntu 22.04. I have installed the required dependencies. We did install from the pre-build binaries.
mkcert -installsudo mkcert -install- It installs, but fails to find the chrome/firefox stores.@Dinaribrahim commented on GitHub (May 6, 2022):
Hi
@quentinDupont commented on GitHub (Sep 9, 2022):
Hello,
My computer was in Ubuntu 16.04, then 18.04 and i reinstall a software using mkcert.
I have issues installing it (and still not resolving it).
But I saw that my local mkcert folder was owned by root, and that was preventing mkcert to install correctly.
I remove this folder, launch
mkcert --installagain and I had no mistake.Well, it doesn't work after this but maybe you can try to check that.
@quentinDupont commented on GitHub (Oct 28, 2022):
Can't suceed to make it work, if someone has the solution !
@harvey56 commented on GitHub (Dec 16, 2022):
@quentinDupont have you found a solution to this by any chance ? I have the same problem using ubuntu 22.04
by the way,
mkcert -uninstallto uninstall the local CA@quentinDupont commented on GitHub (Dec 20, 2022):
Yes !
Using the v1.4.4 works like a charm ! at least on Ubuntu 22.04
https://github.com/FiloSottile/mkcert/releases
@romulomourao commented on GitHub (Jan 4, 2023):
i'm still having this issue 😞
even using v1.4.4
i'm on PopOs (Ubuntu) 20.04
what is funny is that last month it was working fine, and today i've accidentally ran it again, and i've got that same message
@ronilaukkarinen commented on GitHub (Jul 3, 2023):
I'm also having this problem on Pop!_OS 20.04.
@keithnoseworthy commented on GitHub (Jul 26, 2023):
I also had this problem. Tried
mkcert -uninstallthenmkcert -installbut it still did not work.Then tried:
mkcert -uninstallcd ~/.local/shareand delete the /mkcert folder (it was still there after the uninstall).mkcert -installSeems to work.
@ronilaukkarinen commented on GitHub (Jul 27, 2023):
Wow thank you, this fixed it! ❤️