I\'m using node 0.10.26 and trying to establish https connection with client validation.
Server\'s code:
var https = require(\'https\'); var fs = req
Just add strictSSL: false to your options.
strictSSL: false
options