From b369962cbe632588baf7b10917e3d31b91a18dbd Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 26 Jun 2015 13:27:40 +0200 Subject: remove certforward feature The certforward feature was implemented to support #gotofail, which only works on unpatched iOS devices. Given that many apps don't support iOS 7 anymore, jailbreak+ssl killswitch is usually the better option. By removing certforward, we can make netlib a pure python module again, which significantly simplifies distribution. --- 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 c70ad68a..96e340e9 100644 --- a/test/tservers.py +++ b/test/tservers.py @@ -89,7 +89,6 @@ class ProxTestBase(object): no_upstream_cert = False authenticator = None masterclass = TestMaster - certforward = False @classmethod def setupAll(cls): @@ -131,7 +130,6 @@ class ProxTestBase(object): no_upstream_cert = cls.no_upstream_cert, cadir = cls.cadir, authenticator = cls.authenticator, - certforward = cls.certforward, ssl_ports=([cls.server.port, cls.server2.port] if cls.ssl else []), clientcerts = tutils.test_data.path("data/clientcert") if cls.clientcerts else None ) -- cgit v1.2.3