From: William Lallemand Date: Wed, 1 Apr 2026 16:30:06 +0000 (+0200) Subject: MINOR: acme: add 'dns-timeout' keyword for dns-01 challenge X-Git-Tag: v3.4-dev8~50 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=7f6999b76495965c7ae44d45b0c18caa8d98da56;p=haproxy.git MINOR: acme: add 'dns-timeout' keyword for dns-01 challenge When using the dns-01 challenge method with "challenge-ready dns", HAProxy retries DNS resolution indefinitely at the interval set by "dns-delay". This adds a "dns-timeout" keyword to set a maximum duration for the DNS check phase (default: 600s). If the next resolution attempt would be scheduled beyond that deadline, the renewal is aborted with an explicit error message. A new "dnsstarttime" field is stored in the acme_ctx to record when DNS resolution began, used to evaluate the timeout on each retry. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 7d6b1d86e..f579bc157 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -32320,6 +32320,18 @@ dns-delay