Traefik error with consul connect

It’s opposite.

I tried this morning:

"traefik.enable=true",
"traefik.http.routers.domaintld.entrypoints=https",
"traefik.http.routers.domaintld.rule=Host(`domain.tld`)",
"traefik.http.routers.domaintld.tls=true",
"traefik.http.routers.domaintld.tls.certresolver=myresolver",
"traefik.http.routers.domaintld.tls.options=mintls12@file",
"traefik.http.services.domaintld.loadbalancer.server.port=${NOMAD_HOST_PORT_webinterface}",
"traefik.http.services.domaintld.loadbalancer.server.scheme=http"

I retire almost of tag, always in https.

backend stay in https.

I think, consul connect integration in Traefik v2.5.3 creates somes changes.

I open thread on Traefik discuss:

I don’t know… :anguished: