SSLTrustStore

The full path of the Java TrustStore containing the server certificate for one-way SSL authentication.

If the trust store requires a password, provide it using the property SSLTrustStorePwd. See SSLTrustStorePwd.

Note:

The Simba Apache Hive JDBC Connector accepts TrustStores and KeyStores for one-way SSL authentication. See also the property SSLKeyStore.

Default Value Data Type Required

jssecacerts, if it exists.

If jssecacerts does not exist, then cacerts is used. The default location of cacerts is jre\lib\security\.

String

No