mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: document 'secureConnect' event limitation
Fixes: https://github.com/nodejs/node/issues/10555 Signed-off-by: James M Snell <jasnell@gmail.com> Refs: https://github.com/nodejs/node/pull/10846 PR-URL: https://github.com/nodejs/node/pull/38447 Reviewed-By: Alba Mendez <me@alba.sh> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
This commit is contained in:
committed by
Michaël Zasso
parent
8a83bfd1bd
commit
3b0480dde8
@@ -850,6 +850,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'`
|
||||
<!-- YAML
|
||||
added: v11.10.0
|
||||
|
||||
Reference in New Issue
Block a user