Marvin
Marvin
this bug exists because I'm using a Environment Variable which I process with sed ``` sed -i "s/PIWIK_MYSQL_PASSWORD/$PIWIK_MYSQL_PASSWORD/g" /piwik/config/config.ini.php ``` If somebody got a better/safer Idea to replace this, it...
did you try to install the certificate on the client docker daemon? ``` In the case of HTTPS, if you have access to the registry's CA certificate, no need for...
did you add ``` --insecure-registry ec2-52-17-207-222.eu-west-1.compute.amazonaws.com:443 ``` to the daemon's arguments?
Hey mpas, this is basic ssl understanding - you should check the concept behind the whole ssl and tls stuff in my tutorial you generate a self signed cert without...
did you try to copy your cert.pem to /etc/docker/certs.d/ec2-52-17-207-222.eu-west-1.compute.amazonaws.com:443/ca.crt ?
can you give me the line you used to start the container (without passwords and personal data)
hey there, it seems like I found and fixes this bug. I was erasing to much lines inside the config with sed. Now I only erase the right lines ;)...
could you notify me or close this if it works now?
seems like the latest commit didn't trigger a new build on docker - so the version is still buggy started the build manually - takes some time
so now the latest build is finished - as far as I've testet it, it should definetly work now.