You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See new API added in Node.js 11.10.0, session event for TLS socket. We use getSession to reuse the session negotiated by the control connection for all subsequent data connections. Apparently, this is not good enough anymore for TLS 1.3.
See new API added in Node.js 11.10.0, session event for TLS socket. We use
getSession
to reuse the session negotiated by the control connection for all subsequent data connections. Apparently, this is not good enough anymore for TLS 1.3.More here, https://wiki.openssl.org/index.php/TLS1.3#Sessions
The text was updated successfully, but these errors were encountered: