Respect Retry-After header when polling for order finalization (#10288)

Fixes #10273.

---------

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
ohemorange
2025-05-15 16:24:52 +00:00
committed by GitHub
co-authored by Brad Warren
parent 5d03191493
commit 7a27a67cdb
3 changed files with 26 additions and 5 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
`ready`, and resubmits finalization request before polling for `valid` to download
certificate. This conforms to RFC 8555 more accurately and avoids race conditions where
all authorizations are fulfilled but order has not yet transitioned to ready state on
the server when the finalization request is sent.
the server when the finalization request is sent. It also respects retry-after when
polling for finalization readiness.
* The --preferred-profile and --required-profile flags now have their values stored in
the renewal configuration so the same setting will be used on renewal.