Mattias Wadman
Mattias Wadman
I think a fix for this will need some new functionality in docker-gen. Something like `closest` but regex and require to match `[^|.].crt` etc? Workaround for now i think is...
@sandrodz sorry i haven't used nginx-proxy for a while. does is happen even when using `CERT_NAME`?
Can you try to reproduce the error without going thru nginx-proxy? might be as the log says that upstream actually closes prematurely
Can you provide some more information like generated nginx config, nginx logs and do you visit using http or https and does it make any difference? does any of the...
Ok! just to be super clear, you visit `http://docker.myhost.com` it redirects to `https://docker.myhost.com` and there the gateone site gets served? I would guess this happens because the default host has...
Something like #298 ?
`docker-compose -f xxx logs` or `docker logs `?
Ah ok. Default I think containers will use the `json-file` log driver and im not sure what the max log size is. Have a look at https://docs.docker.com/engine/admin/logging/overview/ for more information...
Hmm i would start out by `docker exec` into nginx container and see what it actually can reach, might have to install `nc`, `curl` etc. Maybe poke around and dump...
@ealves-pt Ok, sorry I haven't tried anything yet. But i would suggest experiment without involving nginx-proxy just to have less moving parts. What is the end goal, just to make...