-
Welcome
What did you expect to see?The DNS challenge to be performed and a certificate to be obtained What did you see instead?
How do you use lego?Through Traefik Reproduction steps
Version of legoTraefik version: 3.2.1 LogsI read multiple issues that suggest the problem might be due to SOA dns requests. I'm running this on a server on my home network that hijacks all DNS traffic and forward it to adguard home. The funny thing is I was able to generate certs for 3 apps. But none since. And as far as I can tell the SOA lookups are okay. dig @1.1.1.1 -t SOA app.example.com +recurse +nocomment
; <<>> DiG 9.18.28-1~deb12u2-Debian <<>> @1.1.1.1 -t SOA app.example.com +recurse +nocomment
; (1 server found)
;; global options: +cmd
;app.example.com. IN SOA
example.com. 1800 IN SOA alex.ns.cloudflare.com. dns.cloudflare.com. 2359040828 10000 2400 604800 1800
;; Query time: 11 msec
;; SERVER: 1.1.1.1#53(1.1.1.1) (UDP)
;; WHEN: Sat Dec 07 09:37:20 CET 2024
;; MSG SIZE rcvd: 110 Go environment (if applicable)$ go version && go env
# paste output here |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello,
Your problem is related to your network. |
Beta Was this translation helpful? Give feedback.
Hello,
resolvers
? https://doc.traefik.io/traefik/https/acme/#resolversYour problem is related to your network.