While sending a bulk of HTTPS requests, I'm randomly getting the error below:
Error: 29472:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:683:
For the same URLs, it sometimes happens but sometimes not.
I have got "rejectUnauthorized: false (don't know if this can be used with the module)" and "strictSSL: false" but couldn't ignore the error.
Any suggestions are welcome.