Skip to content

Commit

Permalink
doc: Fix inaccuracy in https.request docs
Browse files Browse the repository at this point in the history
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 MylesBorins committed Dec 13, 2016
1 parent 8380154 commit 3f39a39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3f39a39

Please sign in to comment.