-
Notifications
You must be signed in to change notification settings - Fork 44
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
Attempt to build Caddy with Coraza V2 fails due to dead URL #158
Comments
I gave a quick go to the command outside of docker and looks okay:
It might be a bit misleading but v2 is the version of coraza-caddy, that is the connector. It has as a dependency Coraza v3. We have to update the dependency to latest Coraza v3.2 version and perform checks with the latest Caddy version but as far as I can tell, the xcaddy build command is expected to stick to the one that you tried |
Derp. It was a DNS issue from my side. I should have blamed DNS first like always. Closing this and thanks for the quick response. |
I attempted to build Caddy 2.8.4 with Coraza in a Dockerfile using the command from the docs:
xcaddy build --with github.com/corazawaf/coraza-caddy/v2
The process fails due to a 404 received for that URL. I assume this is due to the V3 upgrade that appears to be currently happening.
The text was updated successfully, but these errors were encountered: