Skip to main content

rejectUnauthorized

property CommonConnectionOptions.rejectUnauthorized

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.

boolean | undefined
Back to top