Hello. I have two VM with Ubuntu Server 20.04. On VM1 I can access to WEB Gui but don't get test cert via cloudflare.
docker logs -tf --tail="50" traefik shows
2020-07-10T13:16:29.429565354Z time="2020-07-10T13:16:29Z" level=debug msg="Serving default certificate for request: "traefik.chahigh.ru""
2020-07-10T13:16:29.809611486Z time="2020-07-10T13:16:29Z" level=debug msg="http: TLS handshake error from 193.169.4.50:56492: remote error: tls: bad certificate"
And don't get any data in acme.json
On VM2 I can't access WEB Gui. But my acme.json look like i got cert.
And docker logs -tf --tail="50" traefik shows
entryPointName=https
2020-07-10T13:22:27.551438556Z time="2020-07-10T13:22:27Z" level=debug msg="Looking for provided certificate(s) to validate ["sportown-club.ru" ".sportown-club.ru"]..." providerName=dns-cloudflare.acme
2020-07-10T13:22:27.551728854Z time="2020-07-10T13:22:27Z" level=debug msg="No ACME certificate generation required for domains ["sportown-club.ru" ".sportown-club.ru"]." providerName=dns-cloudflare.acme
I think thats on VM2 i have problem on port 80?
But what on the VM1 where WEB GUI is accessable, but do not get certs?