Node.js request SSL error: SSL23_GET_SERVER_HELLO:tlsv1 -


i making request remote server using https , request, , getting new error after updating node , request:

nes.get err: [error: 140735207432576:error:14077438:ssl routines:ssl23_get_server_hello:tlsv1 alert internal error:../deps/openssl/openssl/ssl/s23_clnt.c:741: 

i have protocol set sslv3, i'm wondering why appears using tlsv1.

https.globalagent.options.secureprotocol = 'sslv3_method'; 

i've tried adding request's options:

secureprotocol: 'sslv3_method' 

this error did not occur earlier versions of node.js , request, node v0.10.15 , request 2.26.0, has surfaced. ideas? thanks!

update -- narrowed down changes between request 2.14.0 , 2.16.0. 2.14.0 works , 2.16.0 not work.

i fire wireshark verify bits on wire think should be.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -