-
Notifications
You must be signed in to change notification settings - Fork 43
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
Can http3 be used with Coraza? #86
Comments
I think http3 isn't supported yet by crs? See
coreruleset/coreruleset#3218
…On Mon, 10 Jul 2023, 15:45 Michiel Bosch, ***@***.***> wrote:
Caddy webserver support the http3 protocol. However it looks like it can
not be used with Coraza.
To enable http3 both 444/tcp and 443/udp need to be opened in the
firewall. But access to the site is then blocked by Coraza and I see these
entries in the log:
Coraza: Access denied (phase 1). HTTP protocol version is not allowed by
policy @owasp_crs/REQUEST-920-PROTOCOL-ENFORCEMENT.conf
When I close 443/udp in the firewall Caddy will serve http2 and then all
is working as expected.
—
Reply to this email directly, view it on GitHub
<#86>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAX2OBNFL6R5DJEAZBDXPQBN3ANCNFSM6AAAAAA2ESG5IM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
In the meantime, it can be addressed with the following rule before importing CRS:
|
Thank you for that extra rule, it worked well |
Fixed in the code itself by corazawaf/coraza-coreruleset#7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Caddy webserver support the http3 protocol. However it looks like it can not be used with Coraza.
To enable http3 both 443/tcp and 443/udp need to be opened in the firewall. But access to the site is then blocked by Coraza and I see these entries in the log:
Coraza: Access denied (phase 1). HTTP protocol version is not allowed by policy @owasp_crs/REQUEST-920-PROTOCOL-ENFORCEMENT.conf
When I close 443/udp in the firewall Caddy will serve http2 and then all is working as expected.
The text was updated successfully, but these errors were encountered: