Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

403 Finalize Error on Renewal
1 participant