skip to main content
Using the JDBC Client : JDBC Connection Properties : TrustStore
 

TrustStore

Description

Specifies the directory of the truststore file to be used when SSL is enabled using the encrypted property and when service authentication is used. The truststore file contains a list of the Certificate Authorities (CAs) that the client trusts. This value overrides the directory of the truststore file specified by the javax.net.ssl.trustStore Java system property. If this property is not specified, the truststore directory is specified by the javax.net.ssl.trustStore Java system property. This property is ignored if ValidateServerCertificate=false.
When a truststore is defined, the supported cipher suites in the JDBC Client are limited to those cipher suites that work with server certificates. See SSL Cipher Suites for more information.
The truststore file is a Java keystore file, generated by the keytool (part of the JDK). For more information on configuring a keystore, refer to Oracle documentation.

Valid Values

string
where string is the directory to a truststore file or a comma-separated list of valid Certificate Authorities (CAs).

Default

None