Issue Details
Hey,
I noticed that Caddy will silently crash wenn using a DNSPropagation Time or Timeout in conjunction with a resolver, at least when using the Netcup Plugin.
Using a Caddyfile like this
your.domain.com {
...
tls {
dns netcup {
...
}
propagation_timeout 900s
propagation_delay 600s
resolvers 1.1.1.1
}
...
}
Will just cause Caddy to do nothing after 10 minutes. There’s nothing in the log, even when using debug mode. Removing either time won’t change the behavior, however removing the resolvers line will. Resolver line on its own also works fine.
Current version of caddy with netcup plugin, compiled just fresh.
Assistance Disclosure
No response
If AI was used, describe the extent to which it was used.
No response