Hi !
I search to create my own traefik proxy.
I came from this file : https://github.com/containous/blog-posts/blob/master/2019_09_10-101_docker/docker-compose-09.yml
Once configured, when I launch my docker-compose , i get this error :
traefik_1 | time="2019-12-13T14:03:14Z" level=info msg="Configuration loaded from flags."
traefik_1 | time="2019-12-13T14:03:41Z" level=error msg="Unable to obtain ACME certificate for domains \"traefik.domain\": unable to generate a certificate for the domains [traefik.domain]: acme: Error -> One or more domains had a problem:\n[traefik.domain] acme: error: 400 :: urn:ietf:params:acme:error:connection :: Error getting validation data, url: \n" providerName=le.acme rule="Host(`traefik.domain`)" routerName=traefik@docker
The unsecure way works, It redirects me on the 443 port but with a self signed certificate.
So, I don't know where to investigate.
Do you have an idea ?
Thanks !
EDIT
In debug mode, I have :
traefik_1 | time="2019-12-13T14:42:13Z" level=debug msg="legolog: [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/1709551318"
traefik_1 | time="2019-12-13T14:42:13Z" level=debug msg="legolog: [INFO] Unable to deactivate the authorization: https://acme-v02.api.letsencrypt.org/acme/authz-v3/1709551318"
And some more logs
traefik_1 | time="2019-12-13T14:42:05Z" level=debug msg="http: TLS handshake error from 148.60.99.1:10404: remote error: tls: bad certificate"
traefik_1 | time="2019-12-13T14:42:11Z" level=debug msg="Serving default certificate for request: \"traefik.lannion.rwanito.fr\""
traefik_1 | time="2019-12-13T14:42:11Z" level=debug msg="http: TLS handshake error from 148.60.99.1:10059: remote error: tls: bad certificate"