-
Notifications
You must be signed in to change notification settings - Fork 132
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
self signed certificate error when calling https end point #181
Comments
where exactly this configuration needs to be edited? |
@gurupraveen-avvaru then use give the path of that .pem file in options Done! This will work for sure |
Hey @ranupoju0126 Where can i get the .crt file and what configuration file we are talking about here? |
@pranavtheway I am not sure about what configuration file you are talking about Th only configuration I know is which I posted a screenshot in my previous comment. |
i got this error using nodemailer and gmail as my demo account.. any solutions? |
Hi Team,
I am calling https end point using node-rest-client, I am getting below error.
events.js:137
throw er; // Unhandled 'error' event
^
Error: self signed certificate in certificate chain
at TLSSocket.onConnectSecure (_tls_wrap.js:1041:34)
at TLSSocket.emit (events.js:160:13)
at TLSSocket._finishInit (_tls_wrap.js:638:8)
Please let me know how to fix this issue.
--Guru
The text was updated successfully, but these errors were encountered: