mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
network2: InsecurePlatformWarning fix
This commit is contained in:
parent
dd03623065
commit
1c964c865b
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue