diff --git a/doc/api/https.md b/doc/api/https.md index 3af6dedcd914e7..c2231dca1830e5 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -192,8 +192,7 @@ The options argument has the following options - `false`: opts out of connection pooling with an Agent, defaults request to `Connection: close`. -The following options from [`tls.connect()`][] can also be specified. However, a -[`globalAgent`][] silently ignores these. +The following options from [`tls.connect()`][] can also be specified: - `pfx`: Certificate, Private key and CA certificates to use for SSL. Default `null`. - `key`: Private key to use for SSL. Default `null`.