Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
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

1,116 Views
Version history
Last update:
‎04-21-2026 06:54 AM
Updated by: