tlsmode-client-server-tls.md

  • DISABLE: Disables TLS. All other options for this parameter enable TLS.

  • ENABLE: Enables TLS. Vertica does not verify client certificates.

  • TRY_VERIFY: Establishes a TLS connection if one of the following is true:

    • The client presents a valid certificate.
    • The client doesn't present a certificate

    If the client presents an invalid certificate, the connection is rejected.

  • VERIFY_CA: Connection succeeds if Vertica verifies that the client certificate is from a trusted CA. If the client does not present a client certificate, the connection is rejected.