if isinstance(e.reason, _ProxyError):
raise ProxyError(e, request=request)
if isinstance(e.reason, _SSLError):
# This branch is for urllib3 v1.22 and later.
raise SSLError(e, request=request)
> raise ConnectionError(e, request=request)
E requests.exceptions.ConnectionError: HTTPSConnectionPool(host='stable.dev.lcip.org', port=443): Max retries exceeded with url: /auth/v1/account/create?keys=true (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7b77246e8290>: Failed to establish a new connection: [Errno -5] No address associated with hostname'))