Once again : Error creating new authz :: too many currently pending authorizations

THank you very much.
Finished running and found many problems.
WHat to do next?

Reviewing Auth: TEa3HLWY3sZvxdlBY_SN6s-O8oAAkyzHLo71ThXczgU                                          │···············································································································
         Status:valid Domain: updates-3.chat.ondr.co  Expires: 2017-09-19T12:29:32Z                  │···············································································································
                                                                                                     │···············································································································
Reviewing Auth: epK9zqck3Is_cFbErlkFTG6XMrviOF2W1YghBs5QTQE                                          │···············································································································
         Status:valid Domain: updates-4.chat.ondr.co  Expires: 2017-09-19T12:29:32Z                  │···············································································································
                                                                                                     │···············································································································
Reviewing Auth: 1pOUbTO4RXhX6PwlC6ehc_g3mk-434cOKdNKecmrf9U                                          │···············································································································
         Status:valid Domain: updates-1.chat.ondr.co  Expires: 2017-09-19T12:29:31Z                  │···············································································································
                                                                                                     │···············································································································
Reviewing Auth: _3lXfIc9eaYDLXJy-WOYrMHGZidERLQBaxaiv6WM4uQ                                          │···············································································································
        Status: 404 Expired authorization                                                            │···············································································································
                                                                                                     │···············································································································
Reviewing Auth: 73XCpFG77MwYMvpPsa3vZTkUVYbx6WXEPXzAl0ZHkAo                                          │···············································································································
         Status:valid Domain: updates-0.chat.ondr.co  Expires: 2017-09-19T12:29:31Z                  │···············································································································
                                                                                                     │···············································································································
Reviewing Auth: epK9zqck3Is_cFbErlkFTG6XMrviOF2W1YghBs5QTQE                                          │···············································································································
         Status:valid Domain: updates-4.chat.ondr.co  Expires: 2017-09-19T12:29:32Z                  │···············································································································
                                                                                                     │···············································································································
Reviewing Auth: TEa3HLWY3sZvxdlBY_SN6s-O8oAAkyzHLo71ThXczgU                                          │···············································································································
         Status:valid Domain: updates-3.chat.ondr.co  Expires: 2017-09-19T12:29:32Z

@v3ss0n,

if you have filled variable KEY_FOLDER with the right path to your account:

KEY_FOLDER = r"/etc/letsencrypt/accounts/acme-v01.api.letsencrypt.org/directory/xxxxxxxxxxxxxxxxxxxxxxxxx"

the script should invalidate the pending authzs (you will see something like this):

Reviewing Auth: 9lzHojU6yyT2vEzYuI0wnha1A3UR8eKObjiQJQdvkk0
         Status:pending Domain: yourdomain.tld  Expires: 2017-09-14T20:34:12Z
Invalidating :9lzHojU6yyT2vEzYuI0wnha1A3UR8eKObjiQJQdvkk0

and if you run the script again, the previous pending authz should be invalid now:

Reviewing Auth: 9lzHojU6yyT2vEzYuI0wnha1A3UR8eKObjiQJQdvkk0
         Status:invalid Domain: yourdomain.tld  Expires: 2017-09-14T20:34:12Z

If you have cleared the pending authzs you should try to renew your certs again.

Cheers,
sahsanu

I did , and after certs are renewed something went wrong
Challenge failed for domain chat.ondr.co

sudo certbot  certonly --webroot --webroot-path /var/www/html/  -d 
chat.ondr.co -d  updates-0.chat.ondr.co -d  updates-1.chat.ondr.co -d  updates-2.chat.ondr.co -d  updates-3.chat.ondr.co -d  updates-4.chat.ondr.co -d  updates-5.chat.ondr.co -d  updates-6.chat.ondr.co 
-d  updates-7.chat.ondr.co -d  updates-8.chat.ondr.co -d  updates-9.chat.ondr.co -d  updates-10.chat.ondr.co --allow-subset-of-names       

when checked on browser

Certificate error
There are issues with the site's certificate chain (net::ERR_CERT_COMMON_NAME_INVALID).

It should have also told you why/how the challenge failed. We can't suggest resolutions without that information. :slight_smile:

Which domain do you get this for? You can try plugging it into ssllabs.com to get more information.

chat.ondr.co appears to have a certificate that is valid through 15 Dec and gets an A rating so it seems to be configured properly. (However, it does report minor issues with your HSTS header.)

I had got it working now , it was challenge problem in nginx , and it worked properly after standalone mode

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