Failed to renew certification: certbot.ocsp:OCSP check failed

Hello,
I have un issue when i want to renew my certificate :

My domain is:
time.ltv.jp

I ran this command:
docker run --rm --name certbot
-v "/etc/letsencrypt:/etc/letsencrypt"
-v "/var/log/letsencrypt:/var/log/letsencrypt"
-v "/tmp:/tmp"
certbot/certbot renew -q

It produced this output:
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/time.ltv.jp/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)

My web server is (include version):
Apache/2.2.15

The operating system my web server runs on is (include version):
CentOS 6.10

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 2.0.0 via command line
docker run --rm --name certbot certbot/certbot --version

Error in /var/log/letsencrypt/letsencrypt.log:

2022-11-24 02:12:30,154:DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): r3.o.lencr.org:80
2022-11-24 02:12:35,160:INFO:certbot.ocsp:OCSP check failed for /etc/letsencrypt/archive/time.ltv.jp/cert7.pem (are we offline?)
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/usr/local/lib/python3.10/site-packages/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/local/lib/python3.10/socket.py", line 955, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Try again

Thank you in advance.

vividy

2 Likes

Resolved.
Network problem related to docker.
Not a problem of certbot.

2 Likes

Hi @vividy163, and welcome to the LE community forum :slight_smile:

This system is in dire need of an upgrade.

4 Likes

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