KeyStorePassword
- Last Updated: June 19, 2017
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Purpose
Specifies the password that is used to access the keystore file when SSL is
enabled (EncryptionMethod=SSL) and SSL client authentication is enabled on
the database server. The keystore file contains the certificates that the client sends to
the server in response to the server’s certificate request.
This value overrides the password of the keystore file that is specified by the javax.net.ssl.keyStorePassword Java system property. If this property is not specified, the keystore password is specified by the javax.net.ssl.keyStorePassword Java system property.
Notes
- The keystore and truststore files can be the same file.
Valid Values
string
where:
- string
- is a valid password.
Data Source Method
setKeyStorePassword
Default
None
Data Type
String