skip to main content
Using the ODBC Client : Specifying ODBC Connection Attributes : Truststore
 

Truststore

Attribute

Truststore (TS)

Description

The path that specifies the location of the truststore file in PKCS #12 format 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 certficates are DER encoded.
When a truststore is defined, the supported cipher suites in the ODBC Client are limited to those cipher suites that work with server certificates. See SSL Cipher Suites for more information.
Note: The truststore and keystore files may be the same file.

Valid Values

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

Default

None

GUI Tab

Security tab