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

If letsencrypt returns 503 acmetool returns unrelated errors #214

Closed
Mrten opened this issue Oct 31, 2016 · 1 comment
Closed

If letsencrypt returns 503 acmetool returns unrelated errors #214

Mrten opened this issue Oct 31, 2016 · 1 comment

Comments

@Mrten
Copy link

Mrten commented Oct 31, 2016

Letsencrypt is returning 503's at the moment and when running acmetool it returns unrelated errors:

20161031114637 [ERROR] acme.storageops: Target([...];https://acme-staging.api.letsencrypt.org/directory;0): failed to request certificate: HTTP error: 503 Service Unavailable
map[Etag:["5776da5f-b2"] Expires:[Mon, 31 Oct 2016 10:46:37 GMT] Cache-Control:[max-age=0, no-cache, no-store] Pragma:[no-cache] Date:[Mon, 31 Oct 2016 10:46:37 GMT] Server:[nginx] Content-Type:[application/problem+json] Content-Length:[178]]
{
  "type": "urn:acme:error:serverInternal",
  "detail": "The service is down for maintenance or had an internal error. Check https://letsencrypt.status.io/ for more details."
}

20161031114637 [ERROR] acme.storageops: Target([...];https://acme-staging.api.letsencrypt.org/directory;0): failed to request certificate: square/go-jose: Error generating nonce: out of nonces - this should never happen

(slightly edited)

The last error-line is returned for each and every target.

@hlandau hlandau closed this as completed in a087733 Nov 8, 2016
@hlandau
Copy link
Owner

hlandau commented Nov 8, 2016

Fixed. Thanks for the report.

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

2 participants