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

[Bug]: Loading certs error on nss.cc file #41736

Open
3 tasks done
LCRERGO opened this issue Mar 28, 2024 · 1 comment
Open
3 tasks done

[Bug]: Loading certs error on nss.cc file #41736

LCRERGO opened this issue Mar 28, 2024 · 1 comment
Labels

Comments

@LCRERGO
Copy link

LCRERGO commented Mar 28, 2024

Preflight Checklist

Electron Version

29.1.6

What operating system are you using?

Other Linux

Operating System Version

Debian GNU/Linux trixie/sid

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

When using preload scripts the renderer should load the data from the contextBridge exposed in Main.

Actual Behavior

The preload scripts do not load the data on the screen and show in console the following error:

[11833:0328/111045.331946:ERROR:nss_util.cc(357)] After loading Root Certs, loaded==false: NSS error code: -8018

Testcase Gist URL

No response

Additional Information

This bug is easily reproducible using the sample application from electron website on the part of Using Preload Scripts.

@VerteDinde VerteDinde added blocked/need-repro Needs a test case to reproduce the bug and removed has-repro-comment Issue has repro in comments labels Apr 24, 2024
@electron-issue-triage
Copy link

Hello @LCRERGO. Thanks for reporting this and helping to make Electron better!

Would it be possible for you to make a standalone testcase with only the code necessary to reproduce the issue? For example, Electron Fiddle is a great tool for making small test cases and makes it easy to publish your test case to a gist that Electron maintainers can use.

Stand-alone test cases make fixing issues go more smoothly: it ensure everyone's looking at the same issue, it removes all unnecessary variables from the equation, and it can also provide the basis for automated regression tests.

Now adding the blocked/need-repro Needs a test case to reproduce the bug label for this reason. After you make a test case, please link to it in a followup comment. This issue will be closed in 10 days if the above is not addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 👍 Does Not Block Stable
Status: 👀 Unsorted Items
Development

No branches or pull requests

3 participants