]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_md: update to version 2.6.1
authorStefan Eissing <icing@apache.org>
Fri, 15 Aug 2025 11:23:29 +0000 (11:23 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 15 Aug 2025 11:23:29 +0000 (11:23 +0000)
commit7019a88e61af97e947e251840b4e37fbd8b7b8b5
tree7275511d9df0f4e4e90c442df11be494b8a472a9
parent2cf135cac481a51cfb37db6261dbb3fcafd3f8c2
  *) mod_md: update to version 2.6.1
     - Increasing default `MDRetryDelay` to 30 seconds to generate less bursty
       traffic on errored renewals for the ACME CA. This leads to error retries
        of 30s, 1 minute, 2, 4, etc. up to daily attempts.
     - Checking that configuring `MDRetryDelay` will result in a positive
       duration. A delay of 0 is not accepted.
     - Fix a bug in checking Content-Type of responses from the ACME server.
     - Added ACME ARI support (rfc9773) to the module. Enabled by default. New
       directive "MDRenewViaARI on|off" for controlling this.
     - Removing tailscale support. It has not been working for a long time
       as the company decided to change their APIs. Away with the dead code,
       documentation and tests.
     - Fixed a compilation issue with pre-industrial versions of libcurl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927807 13f79535-47bb-0310-9956-ffa450edef68
36 files changed:
changes-entries/md_v2.6.1.txt [new file with mode: 0644]
docs/manual/mod/mod_md.xml
modules/md/config2.m4
modules/md/md.h
modules/md/md_acme.c
modules/md/md_acme.h
modules/md/md_acme_authz.c
modules/md/md_acme_drive.c
modules/md/md_acme_order.c
modules/md/md_acme_order.h
modules/md/md_acmev2_drive.c
modules/md/md_core.c
modules/md/md_crypt.c
modules/md/md_crypt.h
modules/md/md_http.c
modules/md/md_json.c
modules/md/md_reg.c
modules/md/md_reg.h
modules/md/md_status.c
modules/md/md_tailscale.c [deleted file]
modules/md/md_tailscale.h [deleted file]
modules/md/md_time.c
modules/md/md_time.h
modules/md/md_version.h
modules/md/mod_md.c
modules/md/mod_md.dsp
modules/md/mod_md_config.c
modules/md/mod_md_config.h
modules/md/mod_md_drive.c
modules/md/mod_md_status.c
test/modules/md/md_conf.py
test/modules/md/test_702_auto.py
test/modules/md/test_710_profiles.py
test/modules/md/test_730_static.py
test/modules/md/test_780_tailscale.py [deleted file]
test/modules/md/test_920_status.py