- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
SSL Communication failed between Hue and Impala
- Labels:
-
Cloudera Hue
Created ‎11-16-2020 10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created on ‎11-17-2020 05:21 PM - edited ‎11-17-2020 11:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@avengers The parameter disables the cert check it's independent of self signed or CA signed.
ssl_cert_ca_verify=False
Cheers!
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
