]> git.ipfire.org Git - people/ms/suricata.git/commitdiff
http2: enable by default
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 30 Sep 2021 13:32:42 +0000 (15:32 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 9 Oct 2021 13:21:31 +0000 (15:21 +0200)
suricata.yaml.in

index 39a654a851331919e923421ba074c920b0ad2c5a..248ffa36ecef07dde496648f9862d114427d8912 100644 (file)
@@ -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