mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
network2: InsecurePlatformWarning fix
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user