network2: InsecurePlatformWarning fix

This commit is contained in:
Jakub Warmuz
2015-03-26 06:46:31 +00:00
parent dd03623065
commit 1c964c865b
+4
View File
@@ -16,6 +16,10 @@ from letsencrypt.acme import messages2
from letsencrypt.client import errors
# https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning
requests.packages.urllib3.contrib.pyopenssl.inject_into_urllib3()
class Network(object):
"""ACME networking.