Authentication Mode

The SSL certificate verification mode to use when connecting to PostgreSQL. The following values are possible:

  • verify-full: Connect only using SSL, a trusted certificate authority, and a server name that matches the certificate.
  • verify-ca: Connect only using SSL and a trusted certificate authority.
  • require: Connect only using SSL.
  • prefer: Connect using SSL if available. Otherwise, connect without using SSL.
  • allow: By default, connect without using SSL. If the server requires SSL connections, then use SSL.
  • disable: Connect without using SSL.
Note:

For information about SSL support in PostgreSQL, see "SSL Support" in the PostgreSQL Documentation: http://www.postgresql.org/docs/9.4/static/libpq-ssl.html.

Key Name Default Value Required

SSLMode

prefer

No