mode property

ListenerTlsMode mode
final

Specify one of the following modes.

  • STRICT – Listener only accepts connections with TLS enabled.
  • PERMISSIVE – Listener accepts connections with or without TLS enabled.
  • DISABLED – Listener only accepts connections without TLS.

Implementation

final ListenerTlsMode mode;