certificate not trusted errors with amazon cert chains #402
Closed
Description
Using io.js 1.0.1, Install the request module and run the following code:
var r = require('request')
r.get('https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-macosx.zip')
Gives the result:
events.js:73
throw er; // Unhandled 'error' event
^
Error: certificate not trusted
at Error (native)
at TLSSocket.<anonymous> (_tls_wrap.js:895:36)
at TLSSocket.emit (events.js:92:17)
at TLSSocket._finishInit (_tls_wrap.js:438:8)
This appears to be the same bug as this nodejs issue:
nodejs/node-v0.x-archive#8894
Activity