Hadoop Security Guide
Also available as:
PDF
loading table of contents...

Enabling SSL on Hue by Using a Private Key

If you have a private key, follow these steps to enable SSL on Hue:

  1. Configure Hue to use your private key by adding the following syntax to the /etc/hue/conf/hue.ini file:

    ssl_certificate=$PATH_TO_CERTIFICATE
    ssl_private_key=$PATH_TO_KEY
    ssl_cipher_list="DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2" (default)
    
  2. Restart Hue:

    /etc/init.d/hue restart