Discovery server with Traefik?

I’m fairly sure that I’m not going to be able to use Traefik with LetsEncrypt in front of stdicosrv, but I thought I’d check to make sure I’m not missing something.

For ngnix, I know that these three lines have to be set in the nginx config:

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-SSL-Cert $ssl_client_cert;
ssl_verify_client optional_no_ca;

The first one is already passed by Traefik. The second is a custom header and I don’t see a way to get the value of the LetsEncrypt certificate similar to the nginx $ssl_client_cert variable. Also, it sounds like this bug is currently preventing the passTLCCert flag from working correctly.

Has anyone tried this with Traefik or see some way to make this work that I’m missing?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.