Connection failed: SELF_SIGNED_CERT_IN_CHAIN
I have a node.js app with countly configured and when the app starts up I receive the subject error when countly tries to initialize.
The server has SSL installed with a self-signed cert (as per install instructions). I also have a React.js and another straight up web app using the same countly server and they work just fine.
I've tried adding countly cert to the /etc/ssl/certs dir in the app and same error.
Comments
Hi Mike,
https://nodejs.org/api/https.html#https_https_request_options_callback
https://github.com/Countly/countly-sdk-nodejs/blob/master/lib/countly.js#L104
Please sign in to leave a comment.