When enabled, TLS packet trace information is written to stderr
. This can be
used to debug TLS connection problems.
If true the server will request a certificate from clients that connect and attempt to verify that certificate. Defaults to false.
An array of strings or a Buffer naming possible ALPN protocols. (Protocols should be ordered by their priority.)
SNICallback(servername, cb)
If true the server will reject any connection which is not authorized with the list of supplied CAs. This option only has an effect if requestCert is true.
Generated using TypeDoc
An optional TLS context object from tls.createSecureContext()