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

Way around work security applications/filters [Feature]: #258

Open
evanmarshall-dev opened this issue Sep 12, 2023 · 3 comments
Open

Way around work security applications/filters [Feature]: #258

evanmarshall-dev opened this issue Sep 12, 2023 · 3 comments

Comments

@evanmarshall-dev
Copy link

Description

Hello. I am currently receiving an error when using your package:

self-signed certificate in certificate chain

I have determined that this is due to a security app (zscaler), because when I turn it off, your package works. The problem is, that I need a way to use your package and keep zscaler active. Looking at other online forums, it seems to be a problem for several other packages and various other security measures/apps on work devices. Therefore I believe many of your users will/are impacted by this.

Is there a way to bypass this and still use your package?

Suggested Solution

Update config or package to bypass self-signed certificate error

Alternatives

No response

Additional Context

No response

@blindcoding9
Copy link

Im facing the same error


│
│
◇  📝 Commit message generated
│
└  ✖ self-signed certificate in certificate chain

When work with JVM I was able to import certificate, but on node I've tried

npm config set cafile "path-to-my-cert.pem"
and
export NODE_EXTRA_CA_CERTS=["path-to-my-cert.pem"]

without success.

Copy link

github-actions bot commented Nov 4, 2023

Stale issue message

@di-sukharev
Copy link
Owner

reopening, will take a look at this

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

3 participants