Replies: 1 comment
-
for now i found a work around through Axios to disable SSL/TLS certificate verification by using the baseRequestConfig parameter of the client and passing an httpsAgent. More info: https://www.codewithyou.com/blog/how-to-use-axios-to-handle-ssltls-certificate-verification-errors-in-nodejs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having
ERROR: self-signed certificate in certificate chain
. For testing purposes in a local environment, could there be an option to disable cert verification, such asverify_ssl=false
in the client?Beta Was this translation helpful? Give feedback.
All reactions