raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='mycompanyurl.in',
port=443): Max retries exceeded with url: /api/v1/issues.json (Caused by
NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object
at 0x51047d0>: Failed to establish a new connection: [Errno 110] Connection timed out',))
However, mycompanyurl.in
is fine & I can open it in a browser as well.
I'm using Python 2.7.5.
journalctl -u docker.service
) and if you encounter a string likeIPv4 forwarding is disabled. Networking will not work
, restart the docker Systemd service (sudo systemctl restart docker.service
). Pro tip, from someone who spent hours debugging migrations and models, thinking that Django was the issue... – Shank