Configuring Cloudera Data Explorer (Hue) to connect to TLS 1.2/TCPS-enabled databases
Learn how to configure an existing Data Explorer instance to connect to TLS-enabled MySQL, MariaDB, or PostgreSQL databases or TCPS-enabled Oracle database.
If TLS 1.2 is enabled on the database servers, and the databases are restricted or enforced to use TLS 1.2, then Data Explorer automatically uses the TLS1.2-compatible ciphers to communicate with the database securely. You do not have to configure any setting in Data Explorer's Advanced Configuration Snippet or any other configurations. This is applicable when using MySQL, MariaDB, or PostgreSQL databases as a backend database for Data Explorer.
To restrict the MySQL and MariaDB databases to use TLS 1.2, set the value of the
require_secure_transport to true in the
my.cnf file.
To manually enable TLS 1.2 on the Data Explorer instance, go to and select the Enable TLS/SSL for Hue option.
The following section is specific for configuring Data Explorer to connect to a TCPS-enabled Oracle database.
- You must have installed and configured Oracle as a backend database for Data Explorer as described in Using Oracle database with Hue.
- You must have enabled TCPS on the Oracle database as described in Enabling TCPS for Oracle Database Server.
- You must have created database users.
