forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2.7 KiB
2.7 KiB
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