From ad2bf9a37519ba42e5bd0426e99a6d9bd83c7924 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 10 Dec 2010 11:42:01 +0100 Subject: [PATCH] init test with right parameters --- sfa/util/xmlrpcprotocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/xmlrpcprotocol.py b/sfa/util/xmlrpcprotocol.py index df60877c..cf15bb88 100644 --- a/sfa/util/xmlrpcprotocol.py +++ b/sfa/util/xmlrpcprotocol.py @@ -34,7 +34,7 @@ class XMLRPCTransport(xmlrpclib.Transport): import httplib host, extra_headers, x509 = self.get_host_info(host) try: - HTTPS = httplib.HTTPSConnection() + HTTPS = httplib.HTTPSConnection(host, None) except AttributeError: raise NotImplementedError( "your version of httplib doesn't support HTTPS" -- 2.45.2