mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #521] Recognize custom Firefox profile locations #313
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#313
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 @philnagel on GitHub (Apr 27, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/521
Environment
mkcert -version): v1.4.4What you did
Ran
mkcert -installWhat went wrong
The above command was partially successful but returned an error regarding Firefox:
I believe this is due to how this script (line 19) assumes Firefox profiles are always located at
~/Library/Application Support/Firefox/Profiles. However, Firefox supports custom profile locations. On my machine, the profiles are located elsewhere. Instead of assuming the above path, the script should check the file~/Library/Application Support/Firefox/Profiles/profiles.ini, which has the following pertinent sections:I would normally submit a pull request, but I have never used
gobefore so I am not sure it would be very elegant. I can attempt if desired.@g0t4 commented on GitHub (Jan 19, 2024):
+1 in linux environments,
firefox-esruses~/.mozilla/firefox-esr/and currently mkcert checks~/.mozilla/firefox/@g0t4 commented on GitHub (Jan 29, 2024):
FYI https://github.com/FiloSottile/mkcert/pull/566
@c33s commented on GitHub (Feb 1, 2024):
in general it would be good to allow the developers to override data. being able to manually provide things like profile dir and name of the CA would really help.
@IanVS commented on GitHub (Jan 26, 2026):
I also got this error (using zen browser), is there any workaround?
Edit: found this: https://github.com/FiloSottile/mkcert/issues/370#issuecomment-1280377305