From 09168e1274b0e33448811c39efa3fbdd2aeff756 Mon Sep 17 00:00:00 2001 From: "Michael J. Bazzinotti" Date: Tue, 29 Dec 2015 11:48:02 -0500 Subject: client-cert: Simplify and cleanup simplify the error message when cert path does not exist. During tests, reset the clientcerts proxy config setting to None Remove now-unused clientcerts code from class ProxTestBase --- test/tservers.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/tservers.py') diff --git a/test/tservers.py b/test/tservers.py index 8e60df60..5963667b 100644 --- a/test/tservers.py +++ b/test/tservers.py @@ -83,7 +83,6 @@ class ProxTestBase(object): # Test Configuration ssl = None ssloptions = False - clientcerts = False no_upstream_cert = False authenticator = None masterclass = TestMaster @@ -130,7 +129,6 @@ class ProxTestBase(object): no_upstream_cert = cls.no_upstream_cert, cadir = cls.cadir, authenticator = cls.authenticator, - clientcerts = tutils.test_data.path("data/clientcert") if cls.clientcerts else None ) -- cgit v1.2.3