Finally (after thinking i'm definitely lost) I have enabled both these in traefik values.yaml:
## -- Trust forwarded headers information (X-Forwarded-*).
ย forwardedHeaders:
ย trustedIPs: []
ย insecure: true
#
## -- Enable the Proxy Protocol header parsing for the entry point
ย proxyProtocol:
ย trustedIPs: []
ย insecure: true
#
And everything works (including tls). I just wonder what it means and if insecure=true is correct...
False doesn't work.
ย