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 doesn't work with intermediate SSL certs #25

Open
gingerwizard opened this issue Jul 2, 2020 · 5 comments
Open

Client doesn't work with intermediate SSL certs #25

gingerwizard opened this issue Jul 2, 2020 · 5 comments

Comments

@gingerwizard
Copy link

This is caused by request/request#3106.

@JasonStoltz
Copy link
Member

@gingerwizard Any suggestions on how to resolve this?

@jason-gan
Copy link

a workaround I did was to fork the repo, and add "rejectUnauthorized: false" to the request wrapper

@sitaram-dev
Copy link

@jason-gan how can I do this please describe the steps.

@JasonStoltz
Copy link
Member

I'm not recommending this as a production solution, but if you're struggling with self signed certificates in local or development environments, you can set the following environment variable:

NODE_TLS_REJECT_UNAUTHORIZED="0"

@sitaram-dev
Copy link

sitaram-dev commented Oct 18, 2021 via email

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