Daniel Brzostek

Results 1 comments of Daniel Brzostek

Hello. I've run into this exact problem and found a fix on [stackoverflow](https://stackoverflow.com/questions/62952004/local-issuer-certificate-error-uniquely-in-docker-with-python). ## SOLUTION: Basically, adding `--env SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt` fixes the issue. If you're using docker-compose, then add `SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt`...