I got it working with:
entrypoints:
http:
address: ":80"
http:
redirections:
entryPoint:
to: https
scheme: https
https:
address: ":443"
in my traefik.yaml
file.
I got it working with:
entrypoints:
http:
address: ":80"
http:
redirections:
entryPoint:
to: https
scheme: https
https:
address: ":443"
in my traefik.yaml
file.