The Wayback Machine - https://web.archive.org/web/20220320083822/https://github.com/nodejs/node/commit/c07f648662
Skip to content
Permalink
Browse files
doc: Fix inaccuracy in https.request docs
PR-URL: #9453
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
papandreou authored and addaleax committed Nov 22, 2016
1 parent 9647155 commit c07f6486629e9cbb8a03529f681fa55f7656c830
Showing with 1 addition and 2 deletions.
  1. +1 −2 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`.

0 comments on commit c07f648

Please sign in to comment.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.