Error: ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: /api/2.0/workspace/list?path=%2F (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

naveenmamidala
New Contributor II

Error: ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: /api/2.0/workspace/list?path=%2F (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001CAF52B4640>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))

Sajith
New Contributor II

Set HTTPS proxy sever in CLI and it started working without any error

set HTTPS_PROXY=http://username:password@{proxy host}:{port}