doc: do not reference SSL when discussing SNI

Co-authored-by: Rich Trott <rtrott@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/41549
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Tobias Nießen
2022-01-16 04:51:23 +01:00
parent 6beee312a4
commit c4f5a4939a

View File

@@ -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