Renewal failure

I’ve got renewal working on all but one system.

Here is the error when the renewal script fails:
An unexpected error occurred:
TypeError: append() takes exactly one argument (2 given)

and here is the contents of the log:
2016-01-20 23:59:37,303:INFO:letsencrypt.cli:Saving debug log to /var/log/letsencrypt/renewer.log
2016-01-20 23:59:37,312:DEBUG:letsencrypt.storage:Should renew, less than 30 days before certificate expiry 2016-01-20 00:53:00 UTC.
2016-01-20 23:59:37,804:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
2016-01-20 23:59:37,813:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
2016-01-20 23:59:38,143:DEBUG:requests.packages.urllib3.connectionpool:“GET /directory HTTP/1.1” 200 263
2016-01-20 23:59:38,145:DEBUG:root:Received <Response [200]>. Headers: {‘Content-Length’: ‘263’, ‘Strict-Transport-Security’: ‘max-age=604800’, ‘Server’: ‘nginx’, ‘Connection’: ‘keep-alive’, ‘Date’: ‘Wed, 20 Jan 2016 23:59:38 GMT’, ‘X-Frame-Options’: ‘DENY’, ‘Content-Type’: ‘application/json’, ‘Replay-Nonce’: ‘A0yiH_ljP5XFOtzj9rJUeB_qYlea2M6IngGadvGwNXo’}. Content: '{“new-authz”:“https://acme-v01.api.letsencrypt.org/acme/new-authz",“new-cert”:“https://acme-v01.api.letsencrypt.org/acme/new-cert”,“new-reg”:“https://acme-v01.api.letsencrypt.org/acme/new-reg”,“revoke-cert”:"https://acme-v01.api.letsencrypt.org/acme/revoke-cert”}'
2016-01-20 23:59:38,145:DEBUG:acme.client:Received response <Response [200]> (headers: {‘Content-Length’: ‘263’, ‘Strict-Transport-Security’: ‘max-age=604800’, ‘Server’: ‘nginx’, ‘Connection’: ‘keep-alive’, ‘Date’: ‘Wed, 20 Jan 2016 23:59:38 GMT’, ‘X-Frame-Options’: ‘DENY’, ‘Content-Type’: ‘application/json’, ‘Replay-Nonce’: ‘A0yiH_ljP5XFOtzj9rJUeB_qYlea2M6IngGadvGwNXo’}): '{“new-authz”:“https://acme-v01.api.letsencrypt.org/acme/new-authz",“new-cert”:“https://acme-v01.api.letsencrypt.org/acme/new-cert”,“new-reg”:“https://acme-v01.api.letsencrypt.org/acme/new-reg”,“revoke-cert”:"https://acme-v01.api.letsencrypt.org/acme/revoke-cert”}'
2016-01-20 23:59:38,244:INFO:letsencrypt.crypto_util:Generating key (2048 bits): /etc/letsencrypt/keys/0024_key-letsencrypt.pem

Here's another thread with a similar error message, maybe it'll help you find the issue:

If that's the wrong lead, take a look at /var/log/letsencrypt/renewer.log as well (or paste the contents here).

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