Re: [nodejs] Re: Question about node v0.8.9, client certificates, and websockets....

2012-09-27 Thread Manny Figudore
I was going to get you a pull request last night but it was late. Work will have me busy until this afternoon but I will try to get you a pull tonight. On Thursday, September 27, 2012 1:57:15 AM UTC-4, James Coglan wrote: > > On 27 September 2012 04:28, Manny Figudore > > wrote: &

[nodejs] Re: Question about node v0.8.9, client certificates, and websockets....

2012-09-26 Thread Manny Figudore
So after much debugging, giving up, then trying with the Faye package for node - I have a working example. I had to mod Faye to get tls.connect the certs but it does work with rejectUnauthorized:true. On Wednesday, September 26, 2012 12:43:02 PM UTC-4, Manny Figudore wrote: > > All, >

[nodejs] Question about node v0.8.9, client certificates, and websockets....

2012-09-26 Thread Manny Figudore
All, I was playing with Node's ability to do client certification verification on https requests and this seems to work great. However, if I try to use ws, websocket, or socket.io/socket.io client (had to hack in a mod to pass the certificates in the client) and enable "rejectUnauthorized: true