I am testing SSL access to a local node server with key,ca,cert in options ( self-signed w OpenSSL)
var server_options = { key: fs.readFileSync(\'/etc/ssl/
It's your self-signed certificate that you should add to your CA bundle. Otherwise, curl can't know it can be trusted.