> When you mention RC4-MD5 and DES-CBC3-SHA, do you mean the TLS cipher
Yes. I misread the TLS and NET debug messages yesterday. I was wrong in my original assertion that writing to the cleartext stream did not result in the encrypted stream emitting anything. It does emit, and NET debug messages show that the encrypted data is written. The expected response from the server never arrives. As a quick sanity check, what happens when you call > `cleartext.pair.cycle()` after writing out the login packet? > Interesting. It results in no debug messages from either TLS or NET relating to the login packet. I'm going to add some more debug messages in to tls.js (and maybe net.js) to try to figure out what's going on. -- 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
