Truststore
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Note: The ADO and ADO.NET clients are currently available only in OpenAccess SDK 8.1. However, they are compatible with the OpenAccess SDK 9.0 server.
Attribute
Truststore (TS)
Description
The path of the truststore file or a comma separated list of valid Certificate Authorities (CAs) to be used when SSL is enabled (Encrypted=1) and server authentication is used.
The truststore file contains a list of the valid CAs that are trusted by the client machine for SSL server authentication. If the connection string does not provide a TruststorePassword, the Truststore setting is assumed to be a comma-separated list of valid CAs. For example, "C:\cacerts\myca1.cer,C:\cacerts\myca2.cer". These certificates are DER encoded.
When a truststore is used, the supported cipher suites in the ADO Client are limited to those cipher suites that work with server certificates. See SSL Cipher Suites.
Note: The truststore and keystore files may be the same file.
Valid Values
string
where string is the path of the truststore file or a comma separated list of valid Certificate Authorities (CAs).
Default
None
GUI Tab
Security tab