The Cf-Access-Jwt-Assertion
header are not being sent to my Traefik webserver.
Could this have something to do with CNAME DNS?
My settings:
DNS A: v my-ip
CNAME: * mydomainAccess config:
subdomain:
domain: mydomainTraefik app config:
- “traefik.frontend.auth.forward.address=http://traefik-auth-cloudflare/auth/”
- “traefik.frontend.auth.forward.trustForwardHeader=true”
I also use let’s encrypt and SSL full on Cloudflare.
When I try to reach an address subdomain.mydomain it won’t send the Cf-Access-Jwt-Assertion
, but if I try to access mydomain it will redirect.