Simon Bäurle

Results 10 comments of Simon Bäurle

Hi @mmatur, I finally applied the changes made here to my own deployment and encountered a problem rendering the feature practically useless for configuration. According to the [Documentation](https://docs.traefik.io/getting-started/configuration-overview/#the-static-configuration) of Traefik,...

@mmatur wanted to check if you had the possibility to clarify the env usage of traefik and the helm chart?

okay, thanks for the clarification. I will think of a way how to circumvent the usage of cli arguments and propose a PR if I'm able to find a solution.

@mortymacs would an approach similar to https://forfuncsake.github.io/post/2017/08/trust-extra-ca-cert-in-go-app/ work? maybe using `SystemCertPool` instead of `NewCertPool`?

Probably a good approach, what kind of formats would you expect for each argument? `pem`, `crt` and `cem`?

Looks like a good approach! The only open question on my side would be how to handle the system root store when we provide a custom certificate. Do we just...

I can take a look at it. I'm probably quite booked this week, but next week looks promising and I will try to adjust the certificate handling then :)

@vbnetadmin please add `-l debug` to the wait4x command, so we can verify if the incorrect ssl validation is indeed the problem PS. logs in text format are better than...

@vbnetadmin I'm not sure if you understand networking and docker correctly (see https://docs.docker.com/network/). Your first approach using a docker container and the localhost address may never work per default (since...