ValidateServerCertificate
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The validateServerCertificate option determines whether the driver will validate the server certificate returned by the database server while establishing the TLS connection. The validateServerCertificate option can have the following values:
-
False—The driver will not validate the certificate returned by the database server. This is useful in test and debug environments because it eliminates the need to specify a trust store on all of the client machines in the test environment. -
True—The driver validates the certificate returned by the database server. The certificate returned must have been issued from a certificate authority (CA) that is included in the trust store. The driver also validates theServerNamein the certificate as specified by theHostNameInCertificateoption. The value ofValidateServerCertificateis ignored if the value of theencryptionMethodconnection option does not specify TLS encryption. The default value isfalse.