mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
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:
co-authored by
Brad Warren
parent
5d03191493
commit
7a27a67cdb
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user