Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client@ff6: nss fails to deploy private key #22

Closed
manpages opened this issue Aug 28, 2011 · 3 comments
Closed

Client@ff6: nss fails to deploy private key #22

manpages opened this issue Aug 28, 2011 · 3 comments

Comments

@manpages
Copy link

It seems that if we have a Master Password set in ff, NSS will fail to deploy private key.

@pesco
Copy link
Contributor

pesco commented Sep 4, 2011

confirm this problem, having a master password set for the "software security device" yields
SEC_ERROR_TOKEN_NOT_LOGGED_IN (-8037, cf. http://www.mozilla.org/projects/security/pki/nss/ref/ssl/sslerr.html ) from generateKeyPair (chrome/content/ssl/CertificateManager.js)

KeyPair generation error: -8037

workaround: unset the password once, restart (keygen succeeds), reset the password. future startups ask for the password and succeed.

@sid77
Copy link
Contributor

sid77 commented Sep 12, 2011

Sent pull request #64 which should address this issue.

@moxie0
Copy link
Owner

moxie0 commented Sep 27, 2011

Finally merged this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants