signed cert on traefik)
however while it's working fine in flexible encryption with the http entrypoint, I can't get it to work with https
my router is configured and everything, but the https only returns "404 not found"
any ideas what might be the issue or how to debug it?
What actually the URL that show 404 not found? Check in the network tab of your browser developer console
Traefik returns the 404
Traefik is your reverse proxy?
How do you verify your traefik can actually talk to your backend system?
When I set it to web entrypoint and flexible ssl it works
Flexible SSL is you connect to Cloudflare using https, but Cloudflare connect to Traefik with http. If you enable full encryption, all connection is https. So traefik need to accept port 443 for https. And check if traefik connect to backend using https also, but your backend only allow 80/http
yes traefik accepts on 443 websecure with the self signed cert, still it returns 404
Check your traefik config. Something is wrong there if just changing between flexible and full SSL cause the issue
with flexibel it just goes to my http on port 80, not 443
Обсуждают сегодня