| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9b0a4fa commit 5213276
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -891,7 +891,7 @@ changes: | |||
| 891 | 891 | first byte is the length of the next protocol name. Passing an array is | |
| 892 | 892 | usually much simpler, e.g. `['hello', 'world']`. | |
| 893 | 893 | * `servername`: {string} Server name for the SNI (Server Name Indication) TLS | |
| 894 | - extension. | ||
| 894 | + extension. It must be a host name, and not an IP address. | ||
| 895 | 895 | * `checkServerIdentity(servername, cert)` {Function} A callback function | |
| 896 | 896 | to be used (instead of the builtin `tls.checkServerIdentity()` function) | |
| 897 | 897 | when checking the server's hostname (or the provided `servername` when | |
| Back | FazBrowse Home | New Git URL |
0 commit comments