From 44b3991f798bdd2d17b49fef94cd4598d018759d Mon Sep 17 00:00:00 2001 From: idziubenko Date: Wed, 23 Jun 2021 12:30:30 +0300 Subject: [PATCH] comments appended --- pym/consolegui/application/client_class.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/consolegui/application/client_class.py b/pym/consolegui/application/client_class.py index d35c58a..cae8f79 100644 --- a/pym/consolegui/application/client_class.py +++ b/pym/consolegui/application/client_class.py @@ -728,9 +728,10 @@ class HTTPSClientCertTransport(HttpTransport): # proxy_auth_handler = ProxyManager.HTTPS_PROXY.create_proxy_auth_handler() # apparently, dslib simply returned None on create_proxy_auth_handler + # if this is ever needed, probably use urllib2.ProxyBasicAuthHandler proxy_auth_handler = None # and create_proxy_handler SHOULD HAVE eval'd to this: - # proxy_handler = u2.ProxyHandler({"https" : "https://hostname"}) + # proxy_handler = urllib2.ProxyHandler({"https" : "https://hostname"}) # but because no hostname was given, it also just returned None proxy_handler = None if ca_certs or (client_keyfile and client_certfile) \