Problem with DNSCache from Letsencrypt with subdomains

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: eg jira.solutit-network.com, confluence.solutit-network.com, crowd.solutit-network.com

I ran this command: certbot --authenticator standalone --installer apache --pre-hook “service apache2 stop” --post-hook “service apache2 start”

It produced this output:
Running pre-hook command: service apache2 stop
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for confluence.solutit-network.com
http-01 challenge for crowd.solutit-network.com
http-01 challenge for jira.solutit-network.com
tls-sni-01 challenge for sel.solutit-network.com
Waiting for verification…
Cleaning up challenges
Running post-hook command: service apache2 start
Failed authorization procedure. crowd.solutit-network.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://crowd.solutit-network.com/.well-known/acme-challenge/wVc0UDm25PD2_cielA1nkme6cO63INiqt-hM_5Fij64: "

<!-- This website is powered by TYPO3 - inspiring people to sh", jira.solutit-network.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://jira.solutit-network.com/.well-known/acme-challenge/ycMvd_-3oMkq41RBM-9QdGRo5lLakCZV18aTTKb_-Aw: " <!-- This website is powered by TYPO3 - inspiring people to sh", confluence.solutit-network.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://confluence.solutit-network.com/.well-known/acme-challenge/jbncxyGE1G6cFKHpT9IcNZEUbXy4KI48rT7gTpZqVhk: " <!-- This website is powered by TYPO3 - inspiring people to sh"

IMPORTANT NOTES:

My web server is (include version): Apache2 2.4

The operating system my web server runs on is (include version): Debian 9

My hosting provider, if applicable, is:—

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no

The problem is, these are subdomains with an correct A record, but it seems, that letsencrypt dont update the dnscache for this.

Thanks

Have a look at your AAAA records, Let's Encrypt uses IPv6 to access your site if they are propagated. The ACME server does not cache DNS responses at all.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.