Skip to content

Commit d479686

Browse files
estliberitasMyles Borins
authored and
Myles Borins
committedJan 28, 2016
doc: add servername parameter docs
Add `servername` parameter docs for `https.request()` method. Follows #4389 PR-URL: #4729 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 90c20bc commit d479686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/api/https.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ The following options from [`tls.connect()`][] can also be specified. However, a
177177
- `secureProtocol`: The SSL method to use, e.g. `SSLv3_method` to force
178178
SSL version 3. The possible values depend on your installation of
179179
OpenSSL and are defined in the constant [`SSL_METHODS`][].
180+
- `servername`: Servername for SNI (Server Name Indication) TLS extension.
180181

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

0 commit comments

Comments
 (0)