- Home
- Unravel 4.5 Documentation
- Advanced Topics
- Unravel properties
- Hive Hook SSL properties
Hive Hook SSL properties
Name/Description | Set By User | Unit | Default |
---|---|---|---|
com.unraveldata.live.logreceiver.port.https HTTPS server port. Negative value means HTTPS server is disabled. | number | -1 | |
com.unraveldata.server.ssl.cert_path KeyStore file path, e.g., /usr/local/unravel/cert.jks. | Required | string | - |
com.unraveldata.server.ssl.cert_password KeyStore password. | Required | string | - |
Note
Set these properties in hive-site-xml
or in Hive CLI (using --hiveconf
)
Name/Description | Set by User | Unit | Default |
---|---|---|---|
com.unraveldata.hive.hook.insecure.ssl false: SSL certificate is issued and signed by a trusted signing authority or certificate is self-signed and must be added into trust store. true: certificate is not validated, trust store not needed. | boolean | false | |
com.unraveldata.hive.hook.use.ssl Enables SSL. | boolean | false | |
com.unraveldata.hive.hook.ssl.trust_store Trust store. | string | - | |
com.unraveldata.hive.hook.ssl.trust_store_password Trust store password as plain text. | string | - | |
com.unraveldata.hive.hook.ssl.trust_store_password_file Path to file of containing Trust store password. If both this and the trust_store_password are set. The password in this file takes precedence. | string | - | |
com.unraveldata.host The hostname. | string | ||
com.unraveldata.port The port number. | integer | 4043 |