TrustStore
- Last Updated: July 24, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Specifies the absolute path to the truststore file to be used when TLS/SSL
is enabled (EncryptionMethod=SSL) and server 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 that is 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.
Valid values
string
where:
- string
- is the absolute path to the truststore file.
Data source method
setTrustStore
Default
None
Data type
String