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. crt.sh | 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: https://slidespecs.berkeley.edu/
I ran this command: sudo certbot renew -v
It produced this output: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/slidespecs.berkeley.edu.conf
Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator nginx, Installer nginx
Failed to renew certificate slidespecs.berkeley.edu with error: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/slidespecs.berkeley.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.
My web server is (include version): nginx version: nginx/1.23.3
The operating system my web server runs on is (include version):
Mac OS X
10.13.6
17G14042
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 version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 1.22.0
Context:
Previous SSL setup worked great for 3ish years. Recently had issue with certbot stopping because it was too out of date, so I updated it but now am getting this SSL module issue. I've read that updating the OS would potentially fix this, though I can't update the OS of the machine because Apple won't let me install newer versions onto this hardware, I've tried updating past this OS but whenever I try to upgrade the image. So, I need to get certbot (or a different tool) working on this older OS.