Enabling ssl certification validation
Deployment options: IBM Netezza Appliance
Learn how to enable ssl certification validation.
By default, the
sslCertValidation option is disabled in
postgresql.conf. To enable it, perform the following steps:- Locate the
postgresql.conffile in your PostgreSQL installation directory. - Open the file using a text editor.
- Look for the line that contains
sslCertValidation. - Uncomment the line by removing the # symbol at the beginning.
- Change the value to
trueand save the file. - Restart the PostgreSQL system for the changes to take effect.
- With this configuration, PostgreSQL will validate certificate expiry when accepting connections.