HUE-7155 [backend] Hue needs to support TLSv1_1 and TLSv1_2 via Thrift connections
Review Request #11414 - Created Aug. 23, 2017 and submitted
Information | |
---|---|
Prakash Ranade | |
hue | |
master | |
HUE-7155 | |
Reviewers | |
hue | |
bgooley, enricoberti, jennykim, jgauthier, johan, krish, ranade, romain, subrata, weixia, yingc |
commit e5119b581344fb09761ac74a7113708a5106920f Author: Prakash Ranade <ranade@cloudera.com> Date: Wed Aug 23 13:00:57 2017 -0700 HUE-7155 [backend] Hue needs to support TLSv1_1 and TLSv1_2 via Thrift connections Testing Done: - Manual testing - using resticted java services which enables only TLSv1.2 communication in java.security file: jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DH keySize < 768, 3DES_EDE_CBC - with this change, tested Hue communicates on TLSv1.2 :100644 100644 acf51c6... 9b475dd... M desktop/core/ext-py/thrift-0.9.1/src/transport/TSSLSocket.py