Hi there! 

I have a nodejs app that is accepting the RC4 cipher for https connections 
(achieved via a custom ssl option "ciphers" when calling 
https.createServer())

I'd like to drop RC4 (in fact, just use the nodejs defaults), but before I 
do, I was hoping I could check what portion of my traffic is till 
connecting with it (if any).

I've been digging into connection objects and sockets, but I can't find a 
property that represents the cipher in use by a particular request (?). Is 
there a way to find out from within my nodejs app code? If not, is there 
any other way to get the info?

Thanks!
Tim

Note: my app still runs in node 4; node 6 upgrade planned for sometimes 
next year.

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/7317865c-1de9-4651-a29f-3a6e57339640%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to