On Mon, Jul 29, 2013 at 11:08 PM, Chris Scribner <[email protected]> wrote:
> I verified using wireshark that both node and curl are using TLS 1.0 (packet
> payload starts with 0x16 0x03 0x01). Must be some other aspect of the client
> hello that's throwing it off - they do vary in size considerably. Node's is
> 409 bytes, and curl's is 186 bytes.
Try { secureProtocol: 'SSLv3_method' } or { ciphers:
'RC4:HIGH:!MD5:!aNULL:!EDH' } (TLS 1.0 ciphers).
It's possible that the server is tripping on one of the advertised
extensions (servername, next proto.)
That last one you can override by passing { NPNProtocols: [] }, i.e.
an empty array.
The first one probably isn't that easy to override from the https
agent but it's the { servername: null } option to tls.connect().
--
--
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.