diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 12:47:12 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-06-18 12:53:36 +0200 |
commit | 231cfcea381b2bfe1708b83490cbbf03f88590f4 (patch) | |
tree | 76090288c58c8db40cc123a338c15771d829a513 /libpathod/pathod.py | |
parent | 65be004bb2e0f8ba9a4712d0172bb0d0151a33bb (diff) | |
download | mitmproxy-231cfcea381b2bfe1708b83490cbbf03f88590f4.tar.gz mitmproxy-231cfcea381b2bfe1708b83490cbbf03f88590f4.tar.bz2 mitmproxy-231cfcea381b2bfe1708b83490cbbf03f88590f4.zip |
fix failing mitmproxy tests
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index 240df7bd..001ab085 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -399,7 +399,6 @@ class PathodHandler(tcp.BaseHandler): self.convert_to_ssl( cert, key, - dhparams=self.server.ssloptions.certstore.dhparams, handle_sni=self._handle_sni, request_client_cert=self.server.ssloptions.request_client_cert, cipher_list=self.server.ssloptions.ciphers, |