We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
'secureConnect'
1 parent fef1777 commit 21d836eCopy full SHA for 21d836e
doc/api/tls.md
@@ -817,6 +817,9 @@ determine if the server certificate was signed by one of the specified CAs. If
817
`tlsSocket.alpnProtocol` property can be checked to determine the negotiated
818
protocol.
819
820
+The `'secureConnect'` event is not emitted when a {tls.TLSSocket} is created
821
+using the `new tls.TLSSocket()` constructor.
822
+
823
### Event: `'session'`
824
<!-- YAML
825
added: v11.10.0
0 commit comments