Skip to content

Commit

Permalink
doc: do not reference SSL when discussing SNI
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#41549
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
2 people authored and thedull committed Jan 18, 2022
1 parent 63484e2 commit cb84918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Expand Up @@ -115,7 +115,7 @@ SNI (Server Name Indication) are TLS handshake extensions:

* ALPN: Allows the use of one TLS server for multiple protocols (HTTP, HTTP/2)
* SNI: Allows the use of one TLS server for multiple hostnames with different
SSL certificates.
certificates.

### Pre-shared keys

Expand Down

0 comments on commit cb84918

Please sign in to comment.