skip to main content
Connection Option Descriptions for Apache Spark SQL : Trust Store
  

Try DataDirect Drivers Now

Trust Store

Attribute

Truststore (TS)

Purpose

The fully qualified path and file name of the truststore file to be used when SSL is enabled (EncryptionMethod=1) and server authentication is used. The truststore file contains a list of the valid Certificate Authorities (CAs) that are trusted by the client machine for SSL server authentication. If you do not specify a directory, the current directory is used.

Valid Values

truststore_directory\filename
where:
truststore_directory
is the directory where the truststore file is located
filename
is the file name of the truststore file.

Notes

*The truststore and keystore files may be the same file.

Default

None

GUI Tab

Security tab