MINOR: acme: change the default max retries to 5

Change the default max retries constant to 5 instead of 3.
Some servers can be be a bit long to execute the challenge.
This commit is contained in:
William Lallemand 2025-05-02 09:40:12 +02:00
parent 24fbd1f724
commit 18d2371e0d

View 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 {