aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_server.py')
-rw-r--r--test/test_server.py3
1 files changed, 3 insertions, 0 deletions
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):