We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831dfb1 commit 4905471Copy full SHA for 4905471
lib/connection.js
@@ -94,6 +94,7 @@ Connection.prototype.connect = function (port, host) {
94
self.stream = tls.connect({
95
socket: self.stream,
96
servername: host,
97
+ checkServerIdentity: self.ssl.checkServerIdentity,
98
rejectUnauthorized: self.ssl.rejectUnauthorized,
99
ca: self.ssl.ca,
100
pfx: self.ssl.pfx,
0 commit comments