Checking Whether the SSL Connection Is Enabled for the Source Database
PostgreSQL
Check Item | Whether the SSL connection is enabled for the source database |
---|---|
Description | Check whether the SSL connection is enabled for the source database. |
Failure Cause and Handling Suggestion | Failure cause: The source database SSL connection is disabled. Handling suggestion: In the postgresql.conf file, set ssl_ca_file to the directory of an SSL root CA certificate and set ssl to on to enable the SSL connection. Then, restart the database for the modifications to take effect. |
Parent topic: SSL Connections
- PostgreSQL