I use the node -request module, regularly sending GET requests to a set of URLs and sometimes getting the error below on some sites.
Error: 29472:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:683
The problem is that I do not get this error always or always at some URLs, sometimes. In addition, it cannot be ignored with " strictSSL: false ".
I read that this could be due to the fact that I am sending SSL requests with the wrong protocol (SSLv2, SSLv3, TLS ..). But this does not explain why this happens irregularly.
Btw, I am running nodejs on a Win 2008 server.
Any help is appreciated.
umutm Mar 14 '13 at 22:02 2013-03-14 22:02
source share