mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: tls: rejectUnauthorized defaults to true after 35607f3a
This commit is contained in:
committed by
Ben Noordhuis
parent
66f64ae072
commit
2f03eaf76f
@@ -1043,13 +1043,13 @@ SecurePair.prototype.error = function() {
|
||||
// If true clients whose certificates are invalid for any reason will not
|
||||
// be allowed to make connections. If false, they will simply be marked as
|
||||
// unauthorized but secure communication will continue. By default this is
|
||||
// false.
|
||||
// true.
|
||||
//
|
||||
//
|
||||
//
|
||||
// Options:
|
||||
// - requestCert. Send verify request. Default to false.
|
||||
// - rejectUnauthorized. Boolean, default to false.
|
||||
// - rejectUnauthorized. Boolean, default to true.
|
||||
// - key. string.
|
||||
// - cert: string.
|
||||
// - ca: string or array of strings.
|
||||
|
||||
Reference in New Issue
Block a user