On Mon, Jul 29, 2013 at 11:43 PM, Chris Scribner <[email protected]> wrote:
> The thing that's not really clear to me is why curl works, and node doesn't.
> Both were initially sending TLS 1.0 in the Client Hello packet. Is it
> possible curl was also sending something along that indicated SSLv3 was also
> supported, but node wasn't?

No, that's not really how SSL/TLS works.

It's possible there's a defective SSL terminator sitting in front of
the web server.  I've seen cases where a TLS header > 256 bytes or an
extensions field > 64 bytes made the terminator silently drop the
connection.

-- 
-- 
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/groups/opt_out.


Reply via email to