Created on 03-07-2016 10:05 AM
To disable SSLv3 for old Hue version, do the following:
1.) open file "/usr/lib/hue/desktop/core/src/desktop/lib/wsgiserver.py"
2.) add the following line, after line no. 1669: ctx.set_options(SSL.OP_NO_SSLv2 | SSL.OP_NO_SSLv3)
3.) restart Hue
To check if Hue replies on SSLv3 or not you can use this one:
openssl s_client -connect <hue-server-name>:<hue-port> -ssl3
Here the corresponding GitHub patch, thanks to @cdraper:
https://github.com/cloudera/hue/commit/0060abf9aae0049c082c9948658eea7df848ab6e