From 231cfcea381b2bfe1708b83490cbbf03f88590f4 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 18 Jun 2015 12:47:12 +0200 Subject: [PATCH] fix failing mitmproxy tests --- libpathod/pathod.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libpathod/pathod.py b/libpathod/pathod.py index 240df7bd5..001ab085e 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,