This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
node v0.10.34 causes untrusted cert errors #8894
Closed
Description
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')
Expected behavior:
Fetches the file and exits
Actual behavior:
events.js:72
throw er; // Unhandled 'error' event
^
Error: CERT_UNTRUSTED
at SecurePair.<anonymous> (tls.js:1381:32)
at SecurePair.emit (events.js:92:17)
at SecurePair.maybeInitFinished (tls.js:980:10)
This works as expected in Node v0.10.33, but fails in Node v0.10.34
Metadata
Metadata
Assignees
Labels
No labels