Enabling SSL on Hue by Using a Private Key
If you have a private key, follow these steps to enable SSL on Hue:
- Configure Hue to use your private key by adding the following syntax to the - /etc/hue/conf/hue.inifile:- ssl_certificate=$PATH_TO_CERTIFICATE ssl_private_key=$PATH_TO_KEY ssl_cipher_list="DEFAULT:!aNULL:!eNULL:!LOW:!EXPORT:!SSLv2" (default) 
- Restart Hue: - /etc/init.d/hue restart 

