Hi there,
We have a GCP GKE setup with traefik as our ingress controller.
The problem is that when we hit (http GET) the IP of our LB, traefik responds with the TRAEFIK DEFAULT CERT
(Self signed root certificate).
Can we configure traefik so that it doesn't respond at all, or at least it responds without an invalid certificate?
If neither of these are possible, can we stop it from redirecting to https connections?