Skip to content

Commit a1af6fc

Browse files
estliberitasrvagg
authored andcommittedJan 26, 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 f4eeba8 commit a1af6fc

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
@@ -185,6 +185,7 @@ The following options from [`tls.connect()`][] can also be specified. However, a
185185
- `secureProtocol`: The SSL method to use, e.g. `SSLv3_method` to force
186186
SSL version 3. The possible values depend on your installation of
187187
OpenSSL and are defined in the constant [`SSL_METHODS`][].
188+
- `servername`: Servername for SNI (Server Name Indication) TLS extension.
188189

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

0 commit comments

Comments
 (0)