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

added message telling the user to add NSS db when the authority cant … #239324

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gustavofbreunig
Copy link

This solves issue #96247

When chromium cannot download extensions because the authority certificate is invalid, in some cases, the error is specific to scenarios when corporate proxies "inject" new certificates, the only solution is to add the your corporate proxy's certificate using NSS DB (https://chromium.googlesource.com/chromium/src/+/lkgr/docs/linux/cert_management.md#add-a-certificate)

This stackoverflow question gives various answers.

This PR recognize these kind of errors based on net::ERR_CERT_AUTHORITY_INVALID message emitted by chromium and display a message to user.

@gustavofbreunig
Copy link
Author

@microsoft-github-policy-service agree

@gustavofbreunig
Copy link
Author

Forgot the error code.

Fixed.

Waiting for someone to review

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

Successfully merging this pull request may close these issues.

2 participants