diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-10-09 03:35:39 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-10-09 03:35:39 +0200 |
commit | 60e3e0b898861804a475fc0f0e860ad5ec51fe13 (patch) | |
tree | 448c538cf728af3044df3b1102fa039440dd0049 /libpathod/pathod.py | |
parent | 14c9ba1af655a6d53ab2ea6087f007c781014c2e (diff) | |
download | mitmproxy-60e3e0b898861804a475fc0f0e860ad5ec51fe13.tar.gz mitmproxy-60e3e0b898861804a475fc0f0e860ad5ec51fe13.tar.bz2 mitmproxy-60e3e0b898861804a475fc0f0e860ad5ec51fe13.zip |
fix pathod
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index d3d0e959..79fe7ed1 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -101,7 +101,6 @@ class PathodHandler(tcp.BaseHandler): request_client_cert=self.server.ssloptions.request_client_cert, cipher_list=self.server.ssloptions.ciphers, method=self.server.ssloptions.sslversion, - chain_file=chain_file ) except tcp.NetLibError, v: s = str(v) @@ -219,7 +218,6 @@ class PathodHandler(tcp.BaseHandler): request_client_cert=self.server.ssloptions.request_client_cert, cipher_list=self.server.ssloptions.ciphers, method=self.server.ssloptions.sslversion, - chain_file=chain_file ) except tcp.NetLibError, v: s = str(v) |