network2: InsecurePlatformWarning fix

This commit is contained in:
Jakub Warmuz 2015-03-26 06:46:31 +00:00
parent dd03623065
commit 1c964c865b
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

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.