More complete log.
It is an hard error, as discussed here before, no need to do retries.
[md:warn] [pid 7232:tid 2416] (22)Invalid argument: acme problem
urn:acme:error:malformed: Provided agreement URL
[https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf] does not
match current agreement URL
[https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf]
[md:debug] [pid 7232:tid 2416] md_acme.c(438): (22)Invalid argument:
req sent
[md:debug] [pid 7232:tid 2416] md_acme_drive.c(906): (22)Invalid
argument: xxxxx.com: ACME, choose account
[md:debug] [pid 7232:tid 2416] md_reg.c(901): (22)Invalid argument:
xxxxx.com: staging done
[md:error] [pid 7232:tid 2416] (22)Invalid argument: AH10056:
processing xxxxx.com
[md:info] [pid 7232:tid 2416] AH10057: xxxxx.com: encountered error
for the 1. time, next run in 0:00:05 hours
On Sunday 11/03/2018 at 14:22, Steffen wrote:
Have reports from users that have issues with mod_md :
[md:warn] [pid 7232:tid 2416] (22)Invalid argument: acme problem
urn:acme:error:malformed: Provided agreement URL
[https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf] does
not match current agreement URL
[https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf]
Should be fixed !
Not sure this can voted as a -1 for 2.4.32 ?
New users follow:
https://www.apachelounge.com/viewtopic.php?t=7786
On 1-3-2018 16:01, Steffen wrote:
Noticed now:
In the doc 2.4:
https://letsencrypt.org/documents/2017.11.15-LE-SA-v1.2.pdf
In the Git/Wiki we have:
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
Cannot test if both work with mod_md. (Both links are pointing to
the same pdf).
On 20-2-2018 14:01, Stefan Eissing wrote:
elukey did fix the agreements in trunk. Now merged into 2.4.x in
r1824871. Thanks for checking.
Am 20.02.2018 um 13:42 schrieb Steffen <i...@apachelounge.com>:
In the mod_md 2.4 (not in trunk) documentation
https://httpd.apache.org/docs/2.4/mod/mod_md.html
I see three times:
MDCertificateAgreement
https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf
This errors if not an existing account.
It should be now (should be nice we have it in 2.4.31) :
MDCertificateAgreement
https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
As long as the CA reports that the account has an agreement in mod_md,
no further checking is done. Existing accounts need no changes with
this new agreement.
I can see that the Wiki docu is newer:
https://github.com/icing/mod_md/wiki.
Cannot check if the rest of mod_md docu is up to date and in line with
trunk ?