Skip to content

Commit 21d836e

Browse files
jasnelltargos
authored andcommitted
doc: document 'secureConnect' event limitation
Fixes: #10555 Signed-off-by: James M Snell <[email protected]> Refs: #10846 PR-URL: #38447 Reviewed-By: Alba Mendez <[email protected]> Reviewed-By: Adrian Estrada <[email protected]>
1 parent fef1777 commit 21d836e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

+3
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,9 @@ determine if the server certificate was signed by one of the specified CAs. If
817817
`tlsSocket.alpnProtocol` property can be checked to determine the negotiated
818818
protocol.
819819

820+
The `'secureConnect'` event is not emitted when a {tls.TLSSocket} is created
821+
using the `new tls.TLSSocket()` constructor.
822+
820823
### Event: `'session'`
821824
<!-- YAML
822825
added: v11.10.0

0 commit comments

Comments
 (0)