Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Wait for Route53 changes to propagate #34

Closed
wants to merge 1 commit into from

Conversation

thenickdude
Copy link
Contributor

Avoids these sporadic errors, which are caused by attempting to issue certs before records have propagated to all Route53 servers:

{
  "type": "urn:ietf:params:acme:error:orderNotReady",
  "detail": "Order's status (\"invalid\") is not acceptable for finalization",
  "status": 403
}

Waiting for the ChangeResourceRecordSets result to enter the INSYNC state ensures that the ACME server will see the new record regardless of which Route53 server it queries.

Fixes #33

Avoids these errors, which are caused by attempting to issue certs before records have propagated to all Route53 servers:

{
  "type": "urn:ietf:params:acme:error:orderNotReady",
  "detail": "Order's status (\"invalid\") is not acceptable for finalization",
  "status": 403
}

Fixes ocelotconsulting#33
@thenickdude thenickdude closed this Jul 7, 2023
@thenickdude thenickdude deleted the wait-prop branch July 7, 2023 07:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

403 Finalize Error on Renewal
1 participant