I want to have the api as http://traefik.myserver.com
That works so far, but I'm getting only the endpoints shown in the browser.
The rest get endpoints for overwiew ie. are still called by https://...
what's obvioulsy not working.
How can i configure that ALL the dashboard infos are shown wiht insecure mode?
It seems you opened port 443, but have no TLS certs loaded or LetsEncrypt active.
The challenge is that browsers might try to move from http/80 to https/443, and also they might remember you used https/443 before and won't let you back to http/80.
ty.
If i do all with a tls challenge and 443 it works of course.
My only point is, that how can it be, that browser is showing in the dashboard these big endpoint port numbers which is traefik listen on, but the rest is gathered by https only - and therefore not showing.
Imo, that could be a bug in traefik , because the browser won't decide itself when to use https or - as requested - http on the same page ?!
Works for me, simple dashboard, use URL http://example.com:8080/dashboard/. Note that insecure=true will create an own entrypoint and own router, ignoring any Host().
Okay, played around with it, it seems that Traefik will automatically serve a custom TLS cert when you access it with https, even though no TLS is enabled at all.
How about you share your full Traefik static and dynamic config, and full docker-compose.yml?
You state it works with https, but there is no TLS configured in your config. How should anyone know what you have configured overall if you only show excerpts?