Closed prairietree closed 6 months ago
At first glance it looks like a genuine network error between the Let's Encrypt secondary validation servers and your host, because you don't appear to have misconfigurations and you see the request from the primary validation being correctly answered at the end of the log.
https://community.letsencrypt.org/t/during-secondary-validation-dns-problem-query-timed-out/188165 https://community.letsencrypt.org/t/renew-certificate-failed-due-to-secondary-validation/178643/2 https://community.letsencrypt.org/t/renew-certificate-failed-due-to-secondary-validation-again/185301
Seems to be plenty of threads related to failing secondary validations.
Hi,
After a bunch of testing it seem like it was a genuine network issue. I believe it is working now that I turned off Country Restrictions on the network. I am trying to figure out what countries I need to allow. Thanks for the above links. That helped.
Hello
I have a NextCloud and Collabora docker image that are behind the same proxy and acme companion. I had it working at one time but it seemed like it is not able to renew so I changed a few things and now nginxproxy/acme-companion is generating a self signed certificate for the office domain. One of the last things I changed was to add a DEFAULT_EMAIL I also switched from nginxproxy/nginx-proxy:alpine to nginxproxy/nginx-proxy:1.5-alpine.
I found this line in the logs
Invalid status, office.[domain].com:Verify error detail:During secondary validation: 173.224.185.[...]: Fetching http://office.[domain].com/.well-known/acme-challenge/VZktBtQyGTGW_x1mL2vGVzV7TFs-eHqCp0t0I67VGAw: Timeout during connect (likely firewall problem)
.But I can get to the office sub domain from outside my local network. So I think it might have something to do with the way the proxy is set up. One other thing I added was the proxy-tier aliases, but changing them back did not help.
Logs:
And part of docker-compose.yml: