From 424dcda2c000f4578d85f51293492a0fc7e03815 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 30 Sep 2021 15:32:42 +0200 Subject: [PATCH] http2: enable by default --- suricata.yaml.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index 39a654a851..248ffa36ec 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -286,10 +286,7 @@ outputs: - ssh - mqtt: # passwords: yes # enable output of passwords - # HTTP2 logging. HTTP2 support is currently experimental and - # disabled by default. To enable, uncomment the following line - # and be sure to enable http2 in the app-layer section. - #- http2 + - http2 - stats: totals: yes # stats for all threads merged together threads: no # per thread stats @@ -758,9 +755,8 @@ app-layer: ssh: enabled: yes #hassh: yes - # HTTP2: Experimental HTTP 2 support. Disabled by default. http2: - enabled: no + enabled: yes smtp: enabled: yes raw-extraction: no -- 2.47.2