Hello, I had access to my dashboard while I had the api insecure set to true. I just switched it to false and now I am getting the Cloudflare 525 SSL handshake error. It looks like it is provided the Traefik default certificate but I tried adding settings to the dynamic config to have it pull a certificate.
Any help would be great. I would hope that I don't have to keep it with API insecure true to access my dashboard through Cloudflare. All my other services still work through Cloudflare.
What is CloudFlare doing for you? Is it terminating (decrypting) the TLS/SSL connection? Is it forwarding requests unencrypted or does it forward the TLS connection to Traefik? Or will it just provide a TLS/SSL certificate?
Do you have an active redirect 80->443 on your entrypoints in static config?
I have the SSL/TLS set to Full on Cloudflare. I read something about dropping it to Flexible, but I don't want to do that. I do not see anything that protects from Cloudflare to the server and how that is handled. But when I go to the Traefik dashboard, it showed the Traefik default cert when set to insecure, not that it is set to secure in the API, I am getting the sni.cloudflare signed cert when I try to go to the dashboard but I am getting the 525 still.