mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
network2: InsecurePlatformWarning fix
This commit is contained in:
@@ -16,6 +16,10 @@ from letsencrypt.acme import messages2
|
|||||||
from letsencrypt.client import errors
|
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):
|
class Network(object):
|
||||||
"""ACME networking.
|
"""ACME networking.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user