TLS Modes
TLS Modes | Description |
---|---|
VerifyCA | Verifies Certficate Authority (CA) certificate.
|
VerifyFull | The server host name is verified to ensure that it matches the Common Name in the server certificate.
|
Note: The Client Key file permissions must be 0660.
For more details on TLS modes, see PostgreSQL SSL Support Documentation.