mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #134] SEC_ERROR_LEGACY_DATABASE #81
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#81
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 @tim-field on GitHub (Feb 12, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/134
Using the latest binary I'm getting the following error in ubuntu 16.10
There are a couple issue that reference this, but they are both closed #12 so not sure if this is a regression ?
@adamdecaf commented on GitHub (Feb 13, 2019):
What version of Firefox/Chrome are you using? 16.10 might have the older cert8.db format, but that should still be supported by mkcert.
@tim-field commented on GitHub (Feb 13, 2019):
Firefox 65 ( default browser )
Chrome 72.0.3626.96 (Official Build) (64-bit)
@adamdecaf commented on GitHub (Feb 14, 2019):
Those should both be on cert9.db, so the problem might be permissions or path related. Did
mkcertoutput any additional debug information?You're on v1.3.0, right? Did any debug tips from https://github.com/FiloSottile/mkcert/issues/12 give more information?
@tim-field commented on GitHub (Feb 20, 2019):
Ok I looked in profile ~/.mozzila/firefox and found a few profiles, all seemed to still be using cert8.db
I removed this directory, and started firefox again, and mkcert now works! So something up with my firefox install then, not updating its cert database.