Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created August 22, 2012 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/44bbc55f33b988e2a3c8 to your computer and use it in GitHub Desktop.
Save TooTallNate/44bbc55f33b988e2a3c8 to your computer and use it in GitHub Desktop.
pi@raspberrypi ~ $ ./node-v0.8.8 -e "require('https').get({ host: 'encrypted.google.com', path: '/' }, console.log)"
events.js:66
throw arguments[1]; // Unhandled 'error' event
^
Error: 1073849152:error:10067066:elliptic curve routines:ec_GFp_simple_oct2point:invalid encoding:../deps/openssl/openssl/crypto/ec/ecp_smpl.c:939:
1073849152:error:1408D132:SSL routines:SSL3_GET_KEY_EXCHANGE:bad ecpoint:../deps/openssl/openssl/ssl/s3_clnt.c:1566:
at CleartextStream._puller (tls.js:618:24)
at CleartextStream.CryptoStream._pull (tls.js:552:19)
at SecurePair.cycle (tls.js:842:20)
at EncryptedStream.CryptoStream.write (tls.js:230:13)
at Socket.ondata (stream.js:38:26)
at Socket.EventEmitter.emit (events.js:88:17)
at TCP.onread (net.js:395:14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment