Unable to renew

hi

unable to renew the cert.can any body help on this .

Cleaning up challenges
Attempting to renew cert (sonicfiber.pk-0001) from /etc/letsencrypt/renewal/sonicfiber.pk-0001.conf produced an unexpected error: Problem binding to port 80: Could not bind to IPv4 or IPv6… Skipping.


Processing /etc/letsencrypt/renewal/sonicfiber.pk.conf


Cert is due for renewal, auto-renewing…
Plugins selected: Authenticator apache, Installer apache
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for sonicfiber.pk
http-01 challenge for www.sonicfiber.pk
http-01 challenge for www1.sonicfiber.pk
Waiting for verification…
Cleaning up challenges
Attempting to renew cert (sonicfiber.pk) from /etc/letsencrypt/renewal/sonicfiber.pk.conf produced an unexpected error: ‘module’ object has no attribute ‘detect’. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/sonicfiber.pk-0001/fullchain.pem (failure)
/etc/letsencrypt/live/sonicfiber.pk/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/sonicfiber.pk-0001/fullchain.pem (failure)
/etc/letsencrypt/live/sonicfiber.pk/fullchain.pem (failure)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)


Hi @fayaz

looks like your certbot is too old.

What says

certbot --version

[root@www ~]# certbot --version
certbot 0.26.1
[root@www ~]#

hi

can you pelase let me know how can i remove my all certifcate from lets encrpt i want to remove form my server as well …after removing succssfully i want to install new cert from lets encrypt can you please help me on this as …

Please post the rest of Certbot's output before this.

That should be impossible. You posted the traceback before:

If I remember correctly, chardet has had a detect function for many years. Maybe since the very first version.

Please run this and show us the output:

which python2.7
python2.7 -c "import chardet; print chardet; print getattr(chardet, 'detect', None)"

That's a lot of work. It probably won't help. And if it did help, there would probably be a much easier way to accomplish the same result.

Edit: I need to finish reading the other ongoing thread...

can you please share how can i come out this problem … i need to finished let encrpty first…after that i need to reinstall the letsencrpty with fresh installation . how can i do that.

[root@www ~]# certbot renew --dry-run
Saving debug log to /var/log/letsencrypt/letsencrypt.log


Processing /etc/letsencrypt/renewal/sonicfiber.pk-0001.conf


Cert is due for renewal, auto-renewing…
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for sonicfiber.pk
http-01 challenge for www.sonicfiber.pk
Cleaning up challenges
Attempting to renew cert (sonicfiber.pk-0001) from /etc/letsencrypt/renewal/sonicfiber.pk-0001.conf produced an unexpected error: Problem binding to port 80: Could not bind to IPv4 or IPv6… Skipping.


Processing /etc/letsencrypt/renewal/sonicfiber.pk.conf


Cert is due for renewal, auto-renewing…
Plugins selected: Authenticator apache, Installer apache
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for sonicfiber.pk
http-01 challenge for www.sonicfiber.pk
http-01 challenge for www1.sonicfiber.pk
Waiting for verification…
Cleaning up challenges
Attempting to renew cert (sonicfiber.pk) from /etc/letsencrypt/renewal/sonicfiber.pk.conf produced an unexpected error: ‘module’ object has no attribute ‘detect’. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/sonicfiber.pk-0001/fullchain.pem (failure)
/etc/letsencrypt/live/sonicfiber.pk/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/sonicfiber.pk-0001/fullchain.pem (failure)
/etc/letsencrypt/live/sonicfiber.pk/fullchain.pem (failure)
** DRY RUN: simulating ‘certbot renew’ close to cert expiry
** (The test certificates above have not been saved.)


2 renew failure(s), 0 parse failure(s)
[root@www ~]#

NOW :>>>

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