aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathod.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 12:47:12 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-18 12:53:36 +0200
commit231cfcea381b2bfe1708b83490cbbf03f88590f4 (patch)
tree76090288c58c8db40cc123a338c15771d829a513 /libpathod/pathod.py
parent65be004bb2e0f8ba9a4712d0172bb0d0151a33bb (diff)
downloadmitmproxy-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.py1
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,