diff --git a/pym/console/application/client_class.py b/pym/console/application/client_class.py index 3ab97f4..81dc024 100644 --- a/pym/console/application/client_class.py +++ b/pym/console/application/client_class.py @@ -15,6 +15,8 @@ # limitations under the License. import urllib2 as u2 +if hasattr(u2,"ssl"): + u2.ssl._create_default_https_context = u2.ssl._create_unverified_context import os, sys import socket, ssl import OpenSSL, hashlib, M2Crypto