-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
What version of Traefik are you using (traefik version)?
v1.2.2-alpine
What is your environment & configuration (arguments, toml...)?
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
compress = true
[entryPoints.https.tls]
What did you do?
enter a https address
What did you expect to see?
a valid response
What did you see instead?
a recursive 302 redirect. In chrome this is prevented with too many redirects.
If applicable, please paste the log output in debug mode (--debug switch)
using v1.2.1-alpine with exact same config works.
My toml should only redirect http not https.