Hello,
We are experiencing problems with renewing/getting new certificates.
I believe, that our IP might be banned and will explain further after filling out the standard form:
My domain is: enobyte.com
Subdomain: matrix.enobyte.com
I ran this command: certbot renew
It produced this output:
[...]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/matrix.enobyte.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Attempting to renew cert (matrix.enobyte.com) from /etc/letsencrypt/renewal/matrix.enobyte.com.conf produced an unexpected error: Requesting acme-v02.api.letsencrypt.org/directory: Network is unreachable. Skipping.
[...]
My web server is (include version): nginx version: nginx/1.18.0 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 20.04.5 LTS
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 0.40.0
Since the Command fails with a network unreachable error, I also tried to run curl:
# curl -v4 https://acme-v02.api.letsencrypt.org
* Trying 172.65.32.248:443...
* TCP_NODELAY set
* connect to 172.65.32.248 port 443 failed: Connection timed out
* Failed to connect to acme-v02.api.letsencrypt.org port 443: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to acme-v02.api.letsencrypt.org port 443: Connection timed out
Without the -4
curl also tries to use IPv6, which is configured on the server, but not routed.
If I change the IP of the server from 162.55.72.150 to 162.55.72.146, which we also own, the curl-command works. Since all DNS entries are for the .150 IP nothing else does though.
This leads me to believe, that our IP 162.55.72.150 was blacklisted although I don't know why.
The server is our SSL termination proxy, so it hosts all domain and sub-domain certificates, except a few that have their own dedicated servers. So maybe there are too many certificates hosted on that single IP, which creates too many requests?
I'd be thankful for any input into how to get our IP un-banned or what else this might be.
Best regards