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