From 1e960318b5bab896f45b1598c5b2f420a37276ab Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 3 Aug 2020 09:30:41 -0600 Subject: [PATCH] http2: enable http2 app-layer and output HTTP2 is experimental and disabled by default so the tests need to explicitly enable it. --- tests/http2-basic/suricata.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/http2-basic/suricata.yaml diff --git a/tests/http2-basic/suricata.yaml b/tests/http2-basic/suricata.yaml new file mode 100644 index 000000000..99aa03c50 --- /dev/null +++ b/tests/http2-basic/suricata.yaml @@ -0,0 +1,14 @@ +%YAML 1.1 +--- + +outputs: + - eve-log: + enabled: true + types: + - alert + - http2 + +app-layer: + protocols: + http2: + enabled: true -- 2.47.2