diff --git a/doc/api/https.markdown b/doc/api/https.markdown index c39a6c48561f5d..39401de8c5135c 100644 --- a/doc/api/https.markdown +++ b/doc/api/https.markdown @@ -185,6 +185,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`][].