Just wanted to drop a note here, this bit about setting the cipher list 
fixed the very same issue for me. Been struggling with this for DAYS. 
Trying to make an SSL request to a Tomcat machine, curl and everything else 
worked fine, no luck specifying only the secureProtocol option. However, 
dropped in { ciphers: 'RC4:HIGH:!MD5:!aNULL:!EDH' } worked like a charm.

THANK YOU!


On Tuesday, July 30, 2013 2:24:45 PM UTC-4, Chris Scribner wrote:
>
> If someone, some day, runs across this post, specifying this cipher list 
> explicitly is another workaround. Using 
> 'AES128-SHA:AES256-SHA:DES-CBC3-SHA:RC4-MD5:RC4-SHA' seems to work. This 
> list keeps the packet size down, and has good universal support (this is 
> the default cipher list from Amazon EC2 load balancers).

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to