Traefik 2.0 301 Redirect Not Working Load Balancing

The problem is that your browser fetched a page with https, but it includes links to http.

Options:

  1. ensure header X-Forwarded-Proto=https and hope you application uses it
    (this is usually set by Traefik, you can use a whoami container to check your headers)

  2. configure your app to return correct https protocol links in general

  3. have a look at rewriteBody plugin