Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-7
Description
Per https://docs.python.org/2/library/ssl.html, we have Impala shell's SSL client configured only to connect using TLSv1. That is, if after IMPALA-5743, it tries to connect to a TLSv1_2 server, it won't work.
We should change the client protocol to SSLv23 (I think this is acceptable for a client - the server won't negotiate an SSL connection), which can connect to all flavours of TLS.
Attachments
Issue Links
- is related to
-
IMPALA-8595 THRIFT-3505 breaks IMPALA-5775
- Resolved