Skip to content

too many redirects #1432

@JamesKyburz

Description

@JamesKyburz

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions