as of node v0.10, if you try to access an SSL endpoint which is not in node's default CA list, an error will be thrown. There should be a way to set an option so that rejectUnauthorized is set to false.
See http://nodejs.org/docs/latest/api/https.html#https_https_request_options_callback
as of node v0.10, if you try to access an SSL endpoint which is not in node's default CA list, an error will be thrown. There should be a way to set an option so that rejectUnauthorized is set to false.
See http://nodejs.org/docs/latest/api/https.html#https_https_request_options_callback