summaryrefslogtreecommitdiff
path: root/doc/api/https.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/https.markdown')
-rw-r--r--doc/api/https.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/https.markdown b/doc/api/https.markdown
index 1e2642d98..4ae61e6a7 100644
--- a/doc/api/https.markdown
+++ b/doc/api/https.markdown
@@ -125,7 +125,7 @@ The following options from [tls.connect()][] can also be specified. However, a
- `rejectUnauthorized`: If `true`, the server certificate is verified against
the list of supplied CAs. An `'error'` event is emitted if verification
fails. Verification happens at the connection level, *before* the HTTP
- request is sent. Default `false`.
+ request is sent. Default `true`.
In order to specify these options, use a custom `Agent`.