Skip to content

Commit d6b40a4

Browse files
committed
Hint on HTTP2
1 parent 2a4aaa1 commit d6b40a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/guides/pages/debug-network-traffic.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ image::debug-network-traffic/4.png[]
151151

152152
1. You can filter the packets in the {tcpdump}[`tcpdump`] call to reduce the capture file size.
153153
2. If you do this on a production setup, keep in mind that the dump might contain sensitive data and the TLS keys can be used to decrypt all TLS traffic of this Pod!
154+
3. In case the product uses HTTP 2 (or newer), you need to use a Wireshark filter such as `http2.headers.path == "/nifi-api/flow/current-user"`

0 commit comments

Comments
 (0)