aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libpathod/pathod.py2
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)