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?
On Friday, September 23, 2016 at 12:15:44 PM UTC-4, Chander S wrote:
>
> 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/1d7f1959-a16d-4989-a917-12a6b3dfc849%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.