Created 11-16-2020 10:54 PM
When I click impala query profile, Hue raise error.
Exception cause Self-signed certificate.
I am finding the solution.
bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)"
Current configuration in my cluster :
Impala :
Enable TLS/SSL for Impala : disabled
SSL/TLS Certificate for Impala component Webserver : Daemon, Catalog, Statestore enabled
I want to set PEM file path.
Where are Hue - [Impala] - [[ssl]] properties used?
Created 11-17-2020 01:23 AM
@avengers The path can be set in Hue.ini[1] and it is controlled in CDH by safety valve setting.
CM > Hue > Configuration > Hue Service Advanced Configuration Snippet (Safety Valve) for hue_safety_valve.ini
Please refer the doc for SSL related configuration as well:
[1] https://github.com/cloudera/hue/blob/master/desktop/conf.dist/hue.ini#L1329
Created on 11-17-2020 05:21 PM - edited 11-17-2020 11:13 PM
Thanks to your answer.
I have read documents in your answer.
How cat I disable Self-Signed Certificate verify?
Like this :
[hadoop]
[[hdfs_clusters]]
[[[default]]]
ssl_cert_ca_verify=False
[[yarn_clusters]]
[[[default]]]
ssl_cert_ca_verify=False
Created 11-23-2020 10:00 PM
@avengers The parameter disables the cert check it's independent of self signed or CA signed.
ssl_cert_ca_verify=False