brikis98 / docker-osx-dev

A productive development environment with Docker on OS X
http://www.ybrikman.com/writing/2015/05/19/docker-osx-dev/
MIT License
1.43k stars 106 forks source link

SSL certificate error on compose up #201

Open leonardola opened 7 years ago

leonardola commented 7 years ago

@brikis98 when I try to docker-compose up or docker-compose build i get the following error: ERROR: SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

I've run the following commands with success boot2docker up eval "$(boot2docker shellinit)" docker-osx-dev

I am on Mac OS X el captain boot2docker 1.8.0 virtualbox 5.1.10

brikis98 commented 7 years ago

Hm, I'm not sure if this is docker-osx-dev related. A quick google search turns up:

https://github.com/docker/compose/issues/890 https://github.com/Homebrew/legacy-homebrew/issues/38226 https://github.com/docker/docker-py/issues/465

Perhaps some issue with the python version on your system?

leonardola commented 7 years ago

That could be it, I've gone that way, tried a few of the proposed fixes but without any success. I'll try again in the following days.