Skip to content

Commit 4c54d81

Browse files
jasnelltargos
authored andcommitted
doc: document 'secureConnect' event limitation
Fixes: #10555 Signed-off-by: James M Snell <jasnell@gmail.com> Refs: #10846 PR-URL: #38447 Reviewed-By: Alba Mendez <me@alba.sh> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
1 parent 16a3e55 commit 4c54d81

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)