Traefik 2.2 + cloudflare

Thanks @ldez

Traefik dashboard open on
http://192.168.1.112:8888/dashboard/#/

HA usually open with http://192.168.1.112:8123
but currently it is not.

Also check from same network ,
None of below connecting:
https://traefik.mydomain.com

http://traefik.mydomain.com

http://ha.mydomain.com

https://ha.mydomain.com

getting ERR_TOO_MANY_REDIRECTS

On access.log i do see many attempts (although i hit it once):

#this is my cellphone (outside the lan)
1.101.22.142 - - [11/Apr/2020:14:08:39 +0000] "GET / HTTP/1.1" 301 17 "-" "-" 957 "web-to-websecure@internal" "-" 0ms
192.168.1.130 - - [11/Apr/2020:14:08:39 +0000] "GET /api/overview HTTP/1.1" 200 435 "-" "-" 958 "api@internal" "-" 0ms
141.101.22.142 - - [11/Apr/2020:14:08:39 +0000] "GET / HTTP/1.1" 301 17 "-" "-" 959 "web-to-websecure@internal" "-" 0ms
141.101.22.142 - - [11/Apr/2020:14:08:39 +0000] "GET / HTTP/1.1" 301 17 "-" "-" 960 "web-to-websecure@internal" "-" 0ms
141.101.22.142 - - [11/Apr/2020:14:08:40 +0000] "GET / HTTP/1.1" 301 17 "-" "-" 961 "web-to-websecure@inter

log:

time="2020-04-11T13:46:44Z" level=info msg="Traefik version 2.2.0 built on 2020-03-25T17:32:57Z"
time="2020-04-11T13:46:44Z" level=info msg="\nStats collection is disabled.\nHelp us improve Traefik by turning this feature on :)\nMore details on: https://docs.traefik.io/contributing/data-collection/\n"
time="2020-04-11T13:46:44Z" level=info msg="Starting provider aggregator.ProviderAggregator {}"
time="2020-04-11T13:46:44Z" level=info msg="Starting provider *acme.Provider {\"email\":\"mydomain@gmail.com\",\"caServer\":\"https://acme-staging-v02.api.letsencrypt.org/directory\",\"storage\":\"acme.json\",\"keyType\":\"RSA4096\",\"dnsChallenge\":{\"provider\":\"cloudflare\"},\"ResolverName\":\"myresolver\",\"store\":{},\"ChallengeStore\":{}}"
time="2020-04-11T13:46:44Z" level=info msg="Testing certificate renew..." providerName=myresolver.acme
time="2020-04-11T13:46:44Z" level=info msg="Starting provider *docker.Provider {\"watch\":true,\"endpoint\":\"unix:///var/run/docker.sock\",\"defaultRule\":\"Host(`{{ normalize .Name }}`)\",\"swarmModeRefreshSeconds\":15000000000}"
time="2020-04-11T13:46:44Z" level=info msg="Starting provider *traefik.Provider {}"

acme.json was generated with certificates for
ha.mydomain.com and traefik.mydomain.com