From dc42e335058365ed7288463dcd8e5f61b03a87a2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 22 Jul 2015 13:04:14 +0200 Subject: fix bugs --- libpathod/protocols/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpathod/protocols/http.py') 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, -- cgit v1.2.3