Can't get auto-redirect working on 2.2.1

I got it working with:

entrypoints:
  http:
    address: ":80"
    http:
      redirections:
        entryPoint:
          to: https
          scheme: https

  https:
    address: ":443"

in my traefik.yaml file.