rejectUnauthorized is supposed to toggle this behavior. Make sure you set it to false in the options, then step through the connection code.
If you're sure this is just running from a test environment, you might try setting this: process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0 Before running the connection code. It is a very blunt instrument, and will leave you wide open if set in production, but worth a try for tests. I miss Ben. -g On Saturday, August 23, 2014 2:00:57 AM UTC-7, q2dg2b wrote: > > Hello friends. > Could you tell me if I'm doing something wrong?? I can't see it, really: > none of the docs in Internet tells anything about it > Could someone reproduce the same steps in his machine (it's only one > minute), please? > I'm very desesperated. > Thanks!! > > -- 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/60f0931b-5897-4ebd-8ac9-f7242e6e9632%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
