TrustStorePassword
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Atlassian Jira 6.0
- Documentation
Purpose
The password that is used to access the truststore file when accessing an HTTPS endpoint and server authentication is used. The truststore file contains a list of the Certificate Authorities (CAs) that the client trusts.
This value overrides the password of the truststore file that is specified by the javax.net.ssl.trustStorePassword Java system property. If this property is not specified, the truststore password is specified by the javax.net.ssl.trustStorePassword Java system property.
This property is ignored if ValidateServerCertificate=false.
Valid Values
string
where:
- string
- is a valid password for the truststore file.
Data Source Method
setTrustStorePassword
Default
None
Data Type
String