diff --git a/ChangeLog b/ChangeLog index 87a410f..e856ab0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ + * Improved error reporting when waiting for ACME server to verify domains + or finalizing the order fails, e.g. times out. + * Increasing the timeouts to wait for ACME server to verify domain names + and issue the certificate from 30 seconds to 5 minutes. + v2.4.30 ---------------------------------------------------------------------------------------------------- * Change a log level from error to debug when Stapling is enabled but a diff --git a/test/requirements.txt b/test/requirements.txt index cd6da87..fb66413 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -16,5 +16,5 @@ pytest cryptography filelock -multipart +python-multipart psutil