You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
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
Install the
requestmodule and run the following code:Expected behavior:
Fetches the file and exits
Actual behavior:
This works as expected in Node v0.10.33, but fails in Node v0.10.34