Skip to content

Instantly share code, notes, and snippets.

@joseph-long
Created January 25, 2019 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseph-long/70205aca250d43b0239a027069980df8 to your computer and use it in GitHub Desktop.
Save joseph-long/70205aca250d43b0239a027069980df8 to your computer and use it in GitHub Desktop.
2019-01-25 00:19:23,345:ERROR:simp_le:1446: CA marked some of the authorizations as invalid, which likely means it could not access http://example.com/.well-known/acme-chal>
t[757]: 2019-01-25 00:19:23,346:DEBUG:simp_le:1165: Removing validation file at /var/lib/acme/acme-challenge/.well-known/acme-challenge/iZcNuYiemCzfAdRy31xQn5DHt0uBD_HrjqXubudS83U
t[757]: 2019-01-25 00:19:23,346:DEBUG:simp_le:1165: Removing validation file at /var/lib/acme/acme-challenge/.well-known/acme-challenge/xuCW8MD7N8rqv1K2oqKaIRfiZaDczwQsNTKwYRTQ9XM
t[757]: 2019-01-25 00:19:23,346:DEBUG:simp_le:1165: Removing validation file at /var/lib/acme/acme-challenge/.well-known/acme-challenge/MEKwmxTdT8aLT3LZxV5-tWnpRrFhW6P1W_mSYqY7rws
t[757]: Traceback (most recent call last):
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1419, in get_certr
t[757]: max_attempts=(10 * len(authorizations)))
t[757]: File "/nix/store/93pyif3nvznqgb5bkvn7pr7x96jh3ggm-python3.6-acme-0.24.0/lib/python3.6/site-packages/acme/client.py", line 459, in poll_and_request_issuance
t[757]: raise errors.PollError(exhausted, updated)
t[757]: acme.errors.PollError
t[757]: During handling of the above exception, another exception occurred:
t[757]: Traceback (most recent call last):
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1483, in persist_new_data
t[757]: certr = get_certr(client, csr, authorizations)
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1448, in get_certr
t[757]: raise Error('Challenge validation has failed, see error log.')
t[757]: simp_le.Error: Challenge validation has failed, see error log.
t[757]: During handling of the above exception, another exception occurred:
t[757]: Traceback (most recent call last):
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1584, in main
t[757]: return main_with_exceptions(cli_args)
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1567, in main_with_exceptions
t[757]: persist_new_data(args, existing_data)
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1489, in persist_new_data
t[757]: account_key=client.key, key=None, cert=None, chain=None))
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 1195, in persist_data
t[757]: plugin.save(new_data)
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 563, in save
t[757]: pems = [self.dump_cert(data.cert)]
t[757]: File "/nix/store/hp5hfca0f08bnk84crpfdiaz1bmhicva-simp_le-client-0.9.0/lib/python3.6/site-packages/simp_le.py", line 449, in dump_cert
t[757]: return OpenSSL.crypto.dump_certificate(self.typ, data.wrapped).strip()
t[757]: AttributeError: 'NoneType' object has no attribute 'wrapped'
t[757]: Unhandled error has happened, traceback is above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment