Skip to content

Commit

Permalink
doc: add servername parameter docs
Browse files Browse the repository at this point in the history
Add `servername` parameter docs for `https.request()` method.

Follows nodejs#4389

PR-URL: nodejs#4729
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Fedor Indutny <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
  • Loading branch information
estliberitas authored and MylesBorins committed Feb 13, 2016
1 parent df06be2 commit c5ac66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/https.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ The following options from [`tls.connect()`][] can also be specified. However, a
- `secureProtocol`: The SSL method to use, e.g. `SSLv3_method` to force
SSL version 3. The possible values depend on your installation of
OpenSSL and are defined in the constant [`SSL_METHODS`][].
- `servername`: Servername for SNI (Server Name Indication) TLS extension.

In order to specify these options, use a custom [`Agent`][].

Expand Down

0 comments on commit c5ac66a

Please sign in to comment.