Client certificate validation on server side, DEPTH_ZERO_SELF_SIGNED_CERT error

后端 未结 7 1293
不知归路
不知归路 2020-12-09 16:34

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         


        
7条回答
提交回复
热议问题