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

Unable to get certificate for Flower #2542

Closed
browniebroke opened this issue Apr 15, 2020 · 3 comments
Closed

Unable to get certificate for Flower #2542

browniebroke opened this issue Apr 15, 2020 · 3 comments
Labels

Comments

@browniebroke
Copy link
Member

What happened?

When trying to deploy a site a few days ago, I noticed Traefik logged an error that seem to indicate it was unable to get a certificate for Flower:

traefik_1       | time="2020-04-13T13:55:28Z" level=error msg="Unable to obtain ACME certificate for domains \"browniebroke.me\": unable to generate a certificate for the domains [browniebroke.me]: acme: Error -> One or more domains had a problem:\n[browniebroke.me] acme: error: 403 :: POST :: https://acme-v02.api.letsencrypt.org/acme/finalize/83298394/2988033929 :: urn:ietf:params:acme:error:orderNotReady :: Order's status (\"processing\") is not acceptable for finalization, url: \n" providerName=letsencrypt.acme rule="Host(`browniebroke.me`)" routerName=flower-secure-router

What should've happened instead?

Certificate should be issued.

Steps to reproduce

I'm not sure if it's happening all the time, but that's what I did:

  • Generate a new project with Docker & Celery
  • Deploy to production
  • Wait a few (~5) minutes, error log appears in the Traefik container
@wadkar
Copy link
Contributor

wadkar commented Apr 17, 2020

I don't suppose this is related to #2217 - it looks like a LetsEncrypt issue. Specifically, your order for certificate is in "processing" state and that hints to something outside Traefik's control to me.

Maybe check community.letsencrypt.org forum and get help? In any case, I am not sure if it's bug in this project.

@demestav
Copy link
Contributor

I have deployed a new project just last week and works as expected. The flower entrypoint is served with a valid certificate. As @wadkar said, it possible that this is unrelated to this project.

@browniebroke
Copy link
Member Author

Ok thanks for the comments! Yes it looks like it was a one off issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants