From 6600c589abec204a2282ffcf8566dde7e02307ae Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 18 Jan 2013 17:08:30 +1300 Subject: Rudimentary testing for client certs. --- test/test_server.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_server.py') diff --git a/test/test_server.py b/test/test_server.py index 558e7cca..74647601 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -71,6 +71,9 @@ class TestHTTP(tutils.HTTPProxTest, SanityMixin): class TestHTTPS(tutils.HTTPProxTest, SanityMixin): ssl = True + # FIXME: Instrument pathod to actually test that client cert is being sent + # correctly. + clientcerts = True class TestReverse(tutils.ReverseProxTest, SanityMixin): -- cgit v1.2.3