On Fri, Apr 12, 2013 at 3:48 AM, dhruvbird <[email protected]> wrote: > So I am trying to do xmpp with jabber.org using node-xmpp-bosh, and > https://github.com/dhruvbird/node-xmpp-bosh/tree/fix-issue-66 (careful, not > master branch) works perfectly with 0.8.11, but there is an error at the TLS > handshake stage (it just hangs and refuses to move ahead) when connecting to > jabber.org's XMPP server with 0.10.2. > > Both versions works if I just try to authenticate with and account on > gmail.com instead of jabber.org. > > Am I doing something wrong, or has TLS changed massively?
Upgrade. Several crypto and tls bugs have been fixed in v0.10.3 and v0.10.4. -- -- 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.
