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

Ability to set reject unauthorized to false when backend server is running with self signed certificates #638

Closed
arkasaha2 opened this issue Jul 7, 2020 · 2 comments · Fixed by #688

Comments

@arkasaha2
Copy link

arkasaha2 commented Jul 7, 2020

http-server: v0.12.1
node: v12.13.0

I have node js server which has rest api running on https by some self signed certificates. And a FE that is hosted using http-server.

When any request is made to backend, I get this error: unable to verify the first certificate

Which I think is due to the self signed certificates I am using. It would be nice if we have an option for setting reject-unauthorized to false.

@arkasaha2 arkasaha2 changed the title Ability set reject unauthorized to false when backend server is running with self signed certificates Ability to set reject unauthorized to false when backend server is running with self signed certificates Jul 7, 2020
@github-actions
Copy link

This issue has been inactive for 180 days

@github-actions github-actions bot added the stale label Aug 17, 2021
@thornjad
Copy link
Member

thornjad commented Aug 17, 2021

Possibly addressed by #688

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 a pull request may close this issue.

2 participants