SecureContextOptions.honorCipherOrder - Node documentation
property SecureContextOptions.honorCipherOrder

Usage in Deno

import { type SecureContextOptions } from "node:tls";

Attempt to use the server's cipher suite preferences instead of the client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be set in secureOptions

Type

boolean | undefined