-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
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
Metadata
Metadata
Assignees
Labels
tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.