property CommonConnectionOptions.rejectUnauthorized Usage in Deno```typescript import { type CommonConnectionOptions } from "node:node__tls.d.ts"; ``` 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