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

Retry transient errors #354

Open
ohadschn opened this issue Sep 1, 2018 · 0 comments
Open

Retry transient errors #354

ohadschn opened this issue Sep 1, 2018 · 0 comments

Comments

@ohadschn
Copy link

ohadschn commented Sep 1, 2018

I recently encountered the following callstack:

ACMESharp.AcmeClient+AcmeWebException: Unexpected error
 +Response from server:
	+ Code: InternalServerError
	+ Content: {
  "type": "urn:acme:error:serverInternal",
  "detail": "Error creating new authz",
  "status": 500
} ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
   at System.Net.HttpWebRequest.GetResponse()
   at ACMESharp.AcmeClient.RequestHttpPost(Uri uri, Object message)
   --- End of inner exception stack trace ---
   at ACMESharp.AcmeClient.AuthorizeIdentifier(String dnsIdentifier)

Looking up this error, it seems like a known transient failure that should be retried (which indeed worked). Perhaps such retries could be incorporated into the ACME Client?

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

No branches or pull requests

1 participant