allowOpen property
Determines if server allows plaintext connections.
If set to true, server allows plain text connections. By default, it is
set to false. This setting is not exclusive of other encryption modes. For
example, if allow_open
and mtls_policy
are set, server allows both
plain text and mTLS connections. See documentation of other encryption
modes to confirm compatibility.
Implementation
core.bool? allowOpen;