You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-08-17 11:26:03,871:INFO:simp_le:1411: Reusing existing certificate private key
Traceback (most recent call last):
File "/opt/simp_le/simp_le.py", line 1565, in main
return main_with_exceptions(cli_args)
File "/opt/simp_le/simp_le.py", line 1549, in main_with_exceptions
persist_new_data(args, existing_data)
File "/opt/simp_le/simp_le.py", line 1443, in persist_new_data
order = finalize_order(client, order)
File "/opt/simp_le/simp_le.py", line 1370, in finalize_order
finalized_order = client.poll_and_finalize(order)
File "/opt/simp_le/venv/lib/python3.5/site-packages/acme/client.py", line 711, in poll_and_finalize
orderr = self.poll_authorizations(orderr, deadline)
File "/opt/simp_le/venv/lib/python3.5/site-packages/acme/client.py", line 727, in poll_authorizations
raise errors.TimeoutError()
acme.errors.TimeoutError
Unhandled error has happened, traceback is above
Debugging tips: -v improves output verbosity. Help is available under --help.
It's not a big deal, certificates were renewed a day after and I just want to report it. It would be nice to catch this exception and exit with some pretty error message.
Vojtech
BTW: Thanks for maintaining this awesome tool 👍
The text was updated successfully, but these errors were encountered:
Hello,
I had encountered this error two days ago:
2020-08-17 11:26:03,871:INFO:simp_le:1411: Reusing existing certificate private
key
Traceback (most recent call last):
File "/opt/simp_le/simp_le.py", line 1565, in main
return main_with_exceptions(cli_args)
File "/opt/simp_le/simp_le.py", line 1549, in main_with_exceptions
persist_new_data(args, existing_data)
File "/opt/simp_le/simp_le.py", line 1443, in persist_new_data
order = finalize_order(client, order)
File "/opt/simp_le/simp_le.py", line 1370, in finalize_order
finalized_order = client.poll_and_finalize(order)
File "/opt/simp_le/venv/lib/python3.5/site-packages/acme/client.py", line 711,
in poll_and_finalize
orderr = self.poll_authorizations(orderr, deadline)
File "/opt/simp_le/venv/lib/python3.5/site-packages/acme/client.py", line 727,
in poll_authorizations
raise errors.TimeoutError()
acme.errors.TimeoutError
Unhandled error has happened, traceback is above
Debugging tips: -v improves output verbosity. Help is available under --help.
It's not a big deal, certificates were renewed a day after and I just
want to report it. It would be nice to catch this exception and exit
with some pretty error message.
Vojtech
BTW: Thanks for maintaining this awesome tool �
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [1]view it on GitHub, or [2]unsubscribe.
Verweise
1. #145
2. https://github.com/notifications/unsubscribe-auth/AAGXYPTDORD2EMZ4HP3RTLTSBQZCTANCNFSM4QFKQZBA
Hello,
I had encountered this error two days ago:
It's not a big deal, certificates were renewed a day after and I just want to report it. It would be nice to catch this exception and exit with some pretty error message.
Vojtech
BTW: Thanks for maintaining this awesome tool 👍
The text was updated successfully, but these errors were encountered: