Fields
optionalrequestOCSP:Null<Bool>
If true - OCSP status request extension would be added to client hello, and OCSPResponse event will be emitted on socket before establishing secure communication
optionalrejectUnauthorized:Null<Bool>
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.
Default: false.
optionalNPNProtocols:Null<EitherType<Array<String>, Buffer>>
possible NPN protocols. (Protocols should be ordered by their priority).