We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
'secureConnect'
1 parent 8a83bfd commit 3b0480dCopy full SHA for 3b0480d
doc/api/tls.md
@@ -850,6 +850,9 @@ determine if the server certificate was signed by one of the specified CAs. If
850
`tlsSocket.alpnProtocol` property can be checked to determine the negotiated
851
protocol.
852
853
+The `'secureConnect'` event is not emitted when a {tls.TLSSocket} is created
854
+using the `new tls.TLSSocket()` constructor.
855
+
856
### Event: `'session'`
857
<!-- YAML
858
added: v11.10.0
0 commit comments