Error when accessing SSL3

24 views
Skip to first unread message

Chander S

unread,
Sep 23, 2016, 12:15:44 PM9/23/16
to nodejs
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: {

};



O haya

unread,
Sep 24, 2016, 5:18:19 PM9/24/16
to nodejs
More recently, there've been a lot of vulnerabilities found with SSL protocol and hashes, etc., e.g., SSL1-SSL3 are no longer considered secure and hashes like MD5 and RSA1 are considered vulnerable, so a lot of software like servers, etc. are configured to reject connections unless the other end is willing/able to handle the newer/stronger protocols, etc.  Maybe whatever you're hitting is like that so it is rejecting your connection because of that?
Reply all
Reply to author
Forward
0 new messages