Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1266878

Browse filesBrowse files
sam-githubMylesBorins
authored andcommitted
doc: describe SNI host name format
Ref: #23329 PR-URL: #23357 Refs: #23329 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7fd1b4d commit 1266878
Copy full SHA for 1266878

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/tls.md‎

Copy file name to clipboardExpand all lines: doc/api/tls.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ changes:
891891
first byte is the length of the next protocol name. Passing an array is
892892
usually much simpler, e.g. `['hello', 'world']`.
893893
* `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.
895895
* `checkServerIdentity(servername, cert)` {Function} A callback function
896896
to be used (instead of the builtin `tls.checkServerIdentity()` function)
897897
when checking the server's hostname (or the provided `servername` when

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.