diff --git a/doc/api/tls.md b/doc/api/tls.md index 7b32cdfd869e84..055ba472b5c666 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -817,6 +817,9 @@ determine if the server certificate was signed by one of the specified CAs. If `tlsSocket.alpnProtocol` property can be checked to determine the negotiated protocol. +The `'secureConnect'` event is not emitted when a {tls.TLSSocket} is created +using the `new tls.TLSSocket()` constructor. + ### Event: `'session'`