When node.js is trying to access SSL3 ,I get this following error :
problem with request: write EPROTO 101057795:error:14082174:SSL
routines:ssl3_ch
eck_cert_and_algorithm:dh key too small:openssl\ssl\s3_clnt.c:3617:
Here is the code snippet
abcService.prototype.getApplicationByUser=function(user_id){
var response;
var options = {
hostname: 'abc-01.nodeservice.com',
port: 2103,
path: '/abcconnect/api/abc/applications?uid=xyz',
auth:'ABCD,
method: 'GET',
rejectUnauthorized: false,
requestCert: false,
// headers: {
};
--
Job board: http://jobs.nodejs.org/
New group rules:
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nodejs/2b828105-aa79-42fc-8ffc-a83279d4912b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.