We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d16d1e commit 846cc7eCopy full SHA for 846cc7e
doc/api/tls.md
@@ -894,7 +894,7 @@ changes:
894
protocol name. Passing an array is usually much simpler, e.g.
895
`['hello', 'world']`.
896
* `servername`: {string} Server name for the SNI (Server Name Indication) TLS
897
- extension.
+ extension. It must be a host name, and not an IP address.
898
* `checkServerIdentity(servername, cert)` {Function} A callback function
899
to be used (instead of the builtin `tls.checkServerIdentity()` function)
900
when checking the server's hostname (or the provided `servername` when
0 commit comments