The operating system my web server runs on is (include version):Ubuntu 18
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):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
Please help
I tried to renew the cert using the command but it gives me error regarding connection refused.
it worked the last time when i created the new certificate 2 months ago
WE have set the port for https to 4445 so that it can be accessed outside
since 443 is already being used
but i dont think this might create any issue.
Since when i created the cert the port and redirect was already setup before the cert registration
This is the whole error i am getting:
Processing /etc/letsencrypt/renewal/exrcloud.exr.ca-0001.conf
Cert is due for renewal, auto-renewing…
Plugins selected: Authenticator apache, Installer apache
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for exrcloud.exr.ca
Waiting for verification…
Cleaning up challenges
Attempting to renew cert (exrcloud.exr.ca-0001) from /etc/letsencrypt/renewal/exrcloud.exr.ca-0001.conf produced an unexpected error: Failed authorization procedure. exrcloud.exr.ca (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://exrcloud.exr.ca/.well-known/acme-challenge/zSpg6MQIzm-4Wbl2XnC79cFiu1cJbPI0szYJPU7fgnY: Connection refused. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/exrcloud.exr.ca-0001/fullchain.pem (failure)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates below have not been saved.)
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/exrcloud.exr.ca-0001/fullchain.pem (failure)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you’re using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
Thanks ,
i tried to solve the port 80 for connection refuse.
the following command works fine now.
sudo certbot renew --dry-run(no errors and runs successful)
but when i try to run the actual renew command it gives me the following error.
Attempting to renew cert (exrcloud.exr.ca-0001) from /etc/letsencrypt/renewal/exrcloud.exr.ca-0001.conf produced an unexpected error: urn:ietf:params:acme:error:rateLimited :: There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-limits/. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/exrcloud.exr.ca-0001/fullchain.pem (failure)