-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Wildward Certificats #80
Comments
Hi @Akecel, not sure what's going on here. It looks like something is trying to resolve the nameserver ( |
Hi @crohr ! Unfortunately I'm already in debug mode: - "--log.level=DEBUG" Here is my complete log file if it helps to understand : traefik.log |
@Akecel were you able to find a solution? |
Closing for now, not sure I have any other inputs for this. Still interested if you managed to fox it. |
We currently use pullpreview for our preview environments and it works perfectly. We've set up our Https (as well as a loadbalencer) using traefik to manage our multiple sub-domains.
However, the limitations of LetsEncrypt can be problematic so we've chosen to upgrade to a Wildcard certificate, but I seem to be getting an error with
my.pullpreview.com
and I can't work out where this is coming from. Here is the error in question when Traefik tries to generate the certs:level=error msg="[.......] error: one or more domains had a problem: [*.customdomain.com] propagation: time limit exceeded: last error: dial udp: lookup ns-0.my.pullpreview.com. on 127.0.0.11:53: no such host
We use traefik and route35 as providers for the DNS Challenge :
And for each service (or for each sub-domain on certain services) of the docker-compose, I have this configuration :
At first I thought it was more to do with traefik or my configuration (which is possible) but given that the error mentions my.pullpreview.com even though we're using a custom domain, it seems strange to me and I'm wondering if the pullpreview system isn't involved in this problem.
Any idea of what's going wrong here ? (or what I am doing wrong ?)
Thank you in advance if any help can be provided :D
The text was updated successfully, but these errors were encountered: