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

recentbadcerts undefined (Firefox 22.0) #176

Open
diracdeltas opened this issue Jul 13, 2013 · 2 comments
Open

recentbadcerts undefined (Firefox 22.0) #176

diracdeltas opened this issue Jul 13, 2013 · 2 comments

Comments

@diracdeltas
Copy link

In FF 22.0, I get:

Error: TypeError: Components.classes['@mozilla.org/security/recentbadcerts;1'] is undefined Source File: chrome://convergence/content/CertificateStatus.js Line: 34

using master at https://github.com/derekelkins/Convergence, which applies a fix for FF18 and above.

I found that nsIRecentBadCertService is no longer a global service via https://developer.mozilla.org/en-US/docs/Updating_addons_broken_by_private_browsing_changes, which suggests:

nsIRecentBadCertsService: this is no longer a global service, and has been renamed to nsIRecentBadCerts. To obtain this, acquire the nsIX509CertDB service, and use the new getRecentBadCerts method, passing a boolean indicating whether the private bad certificates or public ones are desired.

@tlaundal
Copy link

Hope a fix for this will come, I have the same error on 23.0 with the derekelkins master

@diracdeltas
Copy link
Author

This is indeed fixed at https://github.com/mk-fg/convergence/blob/master/client/chrome/content/CertificateStatus.js#L40. No errors in FF23 when installing and running from that fork, but I am unable to connect to the default notaries.

https://github.com/mk-fg/convergence/ is the best-maintained fork that I've found so far.

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

2 participants