Sailesh Mukil has posted comments on this change. Change subject: IMPALA-3159: impala-shell does not accept wildcard or SAN certificates ......................................................................
Patch Set 4: (2 comments) http://gerrit.cloudera.org:8080/#/c/3615/2/tests/custom_cluster/test_client_ssl.py File tests/custom_cluster/test_client_ssl.py: Line 88: @pytest.mark.execute_serially > May be you can add some -ve test cases like trying to connect without --ssl I've added the testcase where we try to connect without --ssl and where we use an incorrect certificate as the ca_cert. Line 92: def test_wildcard_ssl(self, vector): > Does openssl allow adding both wildcard and SAN to the same cert? If yes, s The certificate I've added has 2 SANs of which one is a wildcard. -- To view, visit http://gerrit.cloudera.org:8080/3615 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8908f05afe4a6da9713fd303c499c50f692985ef Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-HasComments: Yes
