how do you run the quickstart when behind a compan...
# getting-started
w
how do you run the quickstart when behind a company proxy? I'm getting a SSL self signed certificate error when running
datahub docker quickstart
a temporary solution was to modify requests.get in docker.py to ignore invalid certificates
i
You can also pull the docker images yourself manually into your local registry and then run
datahub docker quickstart --version <version of Datahub that you pulled>
b
im wondering if the ssl error was due to downloading of github quickstart compose file
i
That's a good point xL! Sophia could you share the logs when you run quickstart?