Reverse proxy with file provider gives HTTP 500

If you enable debug log and examine your logs you will probably see TLS error between traefik and your app. Specify insecureskipverify, if this is the case, globally to avoid that verification, or if globally does not suit you, wait for this already implemented PR to come through (v2.4) for setting this up for a particular service. This change also will allow to provide individual certificates for the applications behind traefik so that TLS could be checked properly without insecureskipverify.

2 Likes