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: alt.sysnet.ucsd.edu
I ran this command: certbot renew (and with -v)
It produced this output:
[Mon Jul 21 16:25:22] root@alt:/etc/apache2/sites-available# certbot renew -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/alt.sysnet.ucsd.edu.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate for alt.sysnet.ucsd.edu
Performing the following challenges:
http-01 challenge for alt.sysnet.ucsd.edu
Waiting for verification...
Challenge failed for domain alt.sysnet.ucsd.edu
http-01 challenge for alt.sysnet.ucsd.edu
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: alt.sysnet.ucsd.edu
Type: serverInternal
Detail: During secondary validation: Secondary validation RPC failed
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
Cleaning up challenges
Failed to renew certificate alt.sysnet.ucsd.edu with error: Some challenges have failed.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/alt.sysnet.ucsd.edu/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
[Mon Jul 21 16:31:35] root@alt:/etc/apache2/sites-available#
My web server is (include version): apache2
Server built: 2025-07-14T16:22:22
The operating system my web server runs on is (include version): Ubuntu 24.04 LTS
My hosting provider, if applicable, is: n/a
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): straight up terminal
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 2.9.0
More notes:
I can run certbot certificate just fine (which tells me my cert has expired). I've checked my firewall and it lets http/https through. I've tested offsite and the website does show the default apache index.html page once you get thru firefox's scare tactics when no cert is available. I've renewed hundreds of times on my various servers, so I'm perplexed on this one. I did have an ldap authenticator on this which I initially assumed clocked the autorenew, but even after taking it out (and testing that it wasn't stopping access to the basic website as per testing the firewall) I'm still getting this error.
I do note that there's a service status disruption but I can't tell if that would stop a renewal from processing or not since it doesn't list the results of the disruption. If so, let me know and I can just wait for that service status notice to go away, tho it's very annoying to not be able to get into this particular site Otherwise, any hints would be greatly appreciated.
Thanks for your response!