We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9647155 commit c07f648Copy full SHA for c07f648
doc/api/https.md
@@ -192,8 +192,7 @@ The options argument has the following options
192
- `false`: opts out of connection pooling with an Agent, defaults request to
193
`Connection: close`.
194
195
-The following options from [`tls.connect()`][] can also be specified. However, a
196
-[`globalAgent`][] silently ignores these.
+The following options from [`tls.connect()`][] can also be specified:
197
198
- `pfx`: Certificate, Private key and CA certificates to use for SSL. Default `null`.
199
- `key`: Private key to use for SSL. Default `null`.
0 commit comments