Re: [users@httpd] mod_md and DNS challenge

2021-03-12 Thread Clausen , Jörn
Hello! I would advise the following: - configure 'LogLevel md:trace2' to see all the details the module does until you have analyzed it - remove the "staging/foo+bar" folder with the failed attempt - reload your server mod_md will pick up that foo+bar needs renewal and you will see in the log

Re: [users@httpd] mod_md and DNS challenge

2021-03-11 Thread Stefan Eissing
> Am 11.03.2021 um 09:41 schrieb Clausen, Jörn : > >"detail": "Starting challenges for domains" >"detail": "Setting up challenge 'dns-01' for domain foo" >"detail": "Setting up challenge 'dns-01' for domain bar" >"detail": "Monitoring challenge status for foo" >

Re: [users@httpd] mod_md and DNS challenge

2021-03-11 Thread Clausen , Jörn
Hi! The problem is, that the script "mod_md_worker.sh" does not seem to get executed at all (I have debug code in the script, and I checked using "strace"). I see no indication in any log, that httpd has trouble executing the file, it seems to ignore it completely. I am using httpd 2.4.37 and

Re: [users@httpd] mod_md and DNS challenge

2021-03-10 Thread Stefan Eissing
> Am 10.03.2021 um 14:21 schrieb Clausen, Jörn : > > Hi! > > Please let me know if there is a more specific list/forum where I can ask > this question. > > I am trying to use mod_md with challenge type "DNS". I have > > MDCAChallenges dns-01 > MDChallengeDns01 /data/acme/mod_md_worker.sh >

[users@httpd] mod_md and DNS challenge

2021-03-10 Thread Clausen , Jörn
Hi! Please let me know if there is a more specific list/forum where I can ask this question. I am trying to use mod_md with challenge type "DNS". I have MDCAChallenges dns-01 MDChallengeDns01 /data/acme/mod_md_worker.sh in my config. In the error log I see, that Let's Encrypt tries to access