My domain is: myeasybox.ru
I ran this command: certbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/myeasybox.ru.conf
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
Attempting to renew cert (myeasybox.ru) from /etc/letsencrypt/renewal/myeasybox.ru.conf produced an unexpected error: ('Connection aborted.', error(101, 'Network is unreachable')). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/myeasybox.ru/fullchain.pem (failure)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/myeasybox.ru/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
My web server is (include version): Apache/2.4.6 (CentOS)
The operating system my web server runs on is (include version): CentOS Linux release 7.7.1908 (Core)
My hosting provider, if applicable, is: own server
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.0.0
Also my network provider didn't accept IPv6 protocol. And earlier I was can renew certificate without errors. But now i don't know what happens. I didn't change any server configurations.
I was trying disable firewalld service but it didn't help me.
BTW there is curl to letsencrypt and Google:
[root@i-13550-47103-VM ~]# curl -v acme-v02.api.letsencrypt.org
- About to connect() to acme-v02.api.letsencrypt.org port 80 (#0)
- Trying 172.65.32.248...
- Connection timed out
- Trying 2606:4700:60:0:f53d:5624:85c7:3a2c...
- Failed to connect to 2606:4700:60:0:f53d:5624:85c7:3a2c: Network is unreachable
- Failed connect to acme-v02.api.letsencrypt.org:80; Network is unreachable
- Closing connection 0
curl: (7) Failed to connect to 2606:4700:60:0:f53d:5624:85c7:3a2c: Network is unreachable
[root@i-13550-47103-VM ~]# curl -v google.com
- About to connect() to google.com port 80 (#0)
- Trying 173.194.73.113...
- Connected to google.com (173.194.73.113) port 80 (#0)
GET / HTTP/1.1
User-Agent: curl/7.29.0
Host: google.com
Accept: /< HTTP/1.1 301 Moved Permanently
301 Moved
< Location: http://www.google.com/
< Content-Type: text/html; charset=UTF-8
< Date: Mon, 06 Jun 2022 14:59:15 GMT
< Expires: Wed, 06 Jul 2022 14:59:15 GMT
< Cache-Control: public, max-age=2592000
< Server: gws
< Content-Length: 219
< X-XSS-Protection: 0
< X-Frame-Options: SAMEORIGIN
<301 Moved
The document has moved here. * Connection #0 to host google.com left intact
Server IP is 195.209.41.37
Maybe it's blocked by Let'sEncrypt?