mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #150] certutil: could not authenticate to token NSS Certificate DB.: SEC_ERROR_IO: An I/O error occurred during security authorization. #92
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#92
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 @devsumanmdn on GitHub (Mar 15, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/150
I tried looking an old issue #12, but it doesn't seem to help
Commands I have executed:
sudo chmod u+x ./mkcert,and tried this also later
sudo chmod 0777 ./mkcert,then
sudo ./mkcert -installI have libnss3-tools version
2:3.28.4-0ubuntu0.16.04.5installed which seems the latest for Ubuntu 16.04 LTS@adamdecaf commented on GitHub (Mar 17, 2019):
From https://www.redhat.com/archives/pki-users/2009-April/msg00037.html
Have you started Firefox and/or Chrome and loaded a webpage? I needed to do that on a fresh linux machine with certutil before.
@devsumanmdn commented on GitHub (Mar 18, 2019):
Ya Chrome and Firefox both are loading web pages without an issue, and the Ubuntu installation is old also. And as long as I have gathered
certutil -Aautomatically creates a database if needed, still not sure about the source of this error.@Alek5andr commented on GitHub (Jun 30, 2020):
Still searching for a solution...
@fiialo commented on GitHub (Nov 5, 2021):
Fixed by creating a new NSS database:
certutil -N -d <nss_db location>@vuongtuha commented on GitHub (Jun 17, 2025):
Only way is creating new NSS db