Skip to content

[Bug] Setting a resolver and dnspropagation or timeout silently crashes Caddy #7484

@legionGer

Description

@legionGer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions