Hi there!
First of all, congratulations for the great work you’re doing! The technology stack is awesome.
I’m trying to deploy a Docker Cloud using Digital Ocean following the tutorial. Everything looks fine except that when I try to connect to Houston ($ quantrocket houston ping
) I receive the following error:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='houston.xxxx.yyyy.svc.dockerapp.io', port=443): Max retries exceeded with url: /ping (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003BD72E8>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',))
I double checked that the environment variables are correctly set.
Any help will be much appreciated.
JJD