diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-22 13:04:14 +0200 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-22 16:13:21 +0200 |
| commit | dc42e335058365ed7288463dcd8e5f61b03a87a2 (patch) | |
| tree | d2254a7cd0492fab046a46237d980b5bb87e8cca /libpathod/protocols | |
| parent | 6101d11d6ce412a19b542817bc8a7080a1f36758 (diff) | |
| download | mitmproxy-dc42e335058365ed7288463dcd8e5f61b03a87a2.tar.gz mitmproxy-dc42e335058365ed7288463dcd8e5f61b03a87a2.tar.bz2 mitmproxy-dc42e335058365ed7288463dcd8e5f61b03a87a2.zip | |
fix bugs
Diffstat (limited to 'libpathod/protocols')
| -rw-r--r-- | libpathod/protocols/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/protocols/http.py b/libpathod/protocols/http.py index 439e0ba9..82595126 100644 --- a/libpathod/protocols/http.py +++ b/libpathod/protocols/http.py @@ -56,7 +56,7 @@ class HTTPProtocol: self.pathod_handler.convert_to_ssl( cert, key, - handle_sni=self.pathod_handler._handle_sni, + handle_sni=self.pathod_handler.handle_sni, request_client_cert=self.pathod_handler.server.ssloptions.request_client_cert, cipher_list=self.pathod_handler.server.ssloptions.ciphers, method=self.pathod_handler.server.ssloptions.ssl_version, |
