How to fix “SSL certificate problem: self signed certificate in certificate chain” error?
Probably you don’t have correct CA certificates available in the container, so TLS connections can’t be verified. Try to install ca-certificates package (package may have a different name, it depends on the used distribution). UPDATE: Your company inspects TLS connections in the corporate network, so original certificates are replaced by your company certificates. You need … Read more