By default, Data Explorer validates CA Certificates for Oozie,
HTTPFS, Resource Manager, and Job History Server when SSL is enabled for any of these
services. If you have not enabled TLS/SSL on your cluster, then you can disable Data Explorer from validating the CA Certificates for other services
on your Cloudera cluster.
-
Log in to Cloudera Manager as an Administrator.
-
Go to and add the following lines in the Hue Service
Advanced Configuration Snippet (Safety Valve) for
hue_safety_valve.ini field:
[hadoop]
[[hdfs_clusters]]
[[[default]]]
ssl_cert_ca_verify = False #HTTPFS service
[[yarn_clusters]]
[[[default]]]
ssl_cert_ca_verify = False #Resource Manager/Job History Server
[[[ha]]]
ssl_cert_ca_verify = False #Resource Manager HA
[liboozie]
ssl_cert_ca_verify = False
-
Click Save Changes.
-
Restart the hue service.