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

ACME "provisioner not found" when accessing directory and using local certs #5929

Closed
ViViDboarder opened this issue Nov 6, 2023 · 2 comments
Labels
duplicate 🖇️ This issue or pull request already exists

Comments

@ViViDboarder
Copy link
Contributor

I'm trying to run Caddy as an internal ACME CA. When I try to curl /acme/local/directory, I get the following response {"type":"notFound","detail":"resource not found","message":"provisioner not found"}. I've created a bare bones test Caddyfile to reproduce the issue.

Here is my Caddyfile:

{
    local_certs
}

localhost

acme_server

After this, I try to curl using the following:

$ curl --insecure https://localhost:443/acme/local/directory

The response is then {"type":"notFound","detail":"resource not found","message":"provisioner not found"}.

I'm expecting the ACME directory for the cert.

@francislavoie
Copy link
Member

Duplicate of #5911. Sorry, 2.7.5 broke it. You can use 2.7.4 for the time being, or build from master until we cut a release.

@francislavoie francislavoie closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2023
@francislavoie francislavoie added the duplicate 🖇️ This issue or pull request already exists label Nov 6, 2023
@ViViDboarder
Copy link
Contributor Author

I swear I searched for this before submitting (and doing all my debugging). Anyway, thanks for pointing me to the tag. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate 🖇️ This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants