Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (1)
avatar
Guru

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

816 Views
Version history
Last update:
‎03-07-2016 10:05 AM
Updated by:
Contributors