TLS Modes
TLS Modes | Description |
---|---|
VerifyCA | Verifies Certificate Authority (CA) certificate.
|
VerifyFull | The server host name is verified to ensure that it matches the Common Name in the server certificate.
|
Note: You can override the CA Certificate, Client Certificate, and Client Key by using an app property. For more information about overriding certificates, see "Environment Variables" topic in TIBCO Flogo® Enterprise User's Guide.
Note: The Client Key file permissions must be 0660.
For more details on TLS modes, see PostgreSQL SSL Support Documentation.