You can use these credentials to authenticate the following nodes:
An available instance of TimescaleDB.
Refer to Timescale’s documentation for more information about the service.
To configure this credential, you’ll need:
ssl-mode
connection string for the connection. Options include:
ssl-mode
parameter to allow
. First try a non-SSL connection; if that fails, try an SSL connection.ssl-mode
parameter to disable
. Only try a non-SSL connection.ssl-mode
parameter to require
, which is the default for TimescaleDB connection strings. Only try an SSL connection. If a root CA file is present, verify that a trusted certificate authority (CA) issued the server certificate.Refer to Timescale’s connection settings documentation for more information about the non-SSL fields. Refer to Connect with a stricter SSL for more information about the SSL options.