property CommonConnectionOptions.rejectUnauthorized Usage in Denoimport { type CommonConnectionOptions } from "node:tls"; 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. Type boolean | undefined