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

Manage bad ACME certificates #3162

Closed
nmengin opened this issue Apr 10, 2018 · 1 comment
Closed

Manage bad ACME certificates #3162

nmengin opened this issue Apr 10, 2018 · 1 comment
Assignees
Labels
area/acme kind/bug/confirmed a confirmed bug (reproducible). priority/P1 need to be fixed in next release status/5-frozen-due-to-age
Milestone

Comments

@nmengin
Copy link
Contributor

nmengin commented Apr 10, 2018

Do you want to request a feature or report a bug?

Bug

What did you do?

I helped users who had a ACME certificate for a domain with no generated certificate/key in their acme.json file.

    {
      "Domain": {
        "Main": "*.*.foobar.io",
        "SANs": null
      },
      "Certificate": null,
      "Key": null
    }

What did you expect to see?

Træfik retries to generate a valid certificate. Or do not store bad formatted certificates and generate an error message.

What did you see instead?

Error message : Error loading new configuration, aborted unable to generate TLS certificate : tls: failed to find any PEM data in certificate input.

Output of traefik version: (What version of Traefik are you using?)

1.6-RC4 (an older versions I guess)

@ldez ldez added the area/acme label Apr 10, 2018
@mmatur mmatur added priority/P1 need to be fixed in next release kind/bug/confirmed a confirmed bug (reproducible). and removed status/0-needs-triage labels Apr 10, 2018
@mmatur mmatur self-assigned this Apr 10, 2018
@traefiker traefiker added this to the 1.6 milestone Apr 16, 2018
@traefiker
Copy link
Contributor

Closed by #3191.

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/acme kind/bug/confirmed a confirmed bug (reproducible). priority/P1 need to be fixed in next release status/5-frozen-due-to-age
Projects
None yet
Development

No branches or pull requests

4 participants