Hmm, I tried both process.features.tls_sn = false, and specifying req.servername = 'x' directly after calling https.request, but neither reduced the Client Hello packet size.
I wonder if you're using an older version of node and that workaround broke? I noticed that if I manually set a "Host" header in the request, it shortens the packet a little bit (but not enough). I got the idea from http://blog.nodejs.org/2012/08/02/node-v0-8-5-stable/: "https: Use host header as effective servername (isaacs)". -- -- 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.
