]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: acme: change the default max retries to 5
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 07:40:12 +0000 (09:40 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 2 May 2025 07:40:12 +0000 (09:40 +0200)
Change the default max retries constant to 5 instead of 3.
Some servers can be be a bit long to execute the challenge.

include/haproxy/acme-t.h

index c614468c3fb28c50fe377ac497bb820619bb35bd..acc08164aefd8ddce5c164d2756c404546921c24 100644 (file)
@@ -5,7 +5,7 @@
 #include <haproxy/istbuf.h>
 #include <haproxy/openssl-compat.h>
 
-#define ACME_RETRY 3
+#define ACME_RETRY 5
 
 /* acme section configuration */
 struct acme_cfg {