Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16988 )
Change subject: IMPALA-10454: Bump --ssl_minimum_version to tls1.2 ...................................................................... IMPALA-10454: Bump --ssl_minimum_version to tls1.2 TLS versions < 1.2 are now considered insecure. This patch improves Impala's default security. This is made possible now in part because Impala 4.0 dropped support for Python versions < 2.7.9 (or 2.7.5 on certain distributions where it has been patched) as lower Python versions do not support tls1.2 Testing: - Existing SSL tests are updated to reflect the new default. Change-Id: Ifed66646b041a061f9db92744710aef7453f39e4 Reviewed-on: http://gerrit.cloudera.org:8080/16988 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/service/impala-server.cc M docs/topics/impala_ssl.xml M tests/custom_cluster/test_client_ssl.py 3 files changed, 56 insertions(+), 30 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/16988 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifed66646b041a061f9db92744710aef7453f39e4 Gerrit-Change-Number: 16988 Gerrit-PatchSet: 3 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
