From 3c4c79bb7b67915fbcd59c404f858cee1f3f0865 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 12 Jun 2024 08:13:02 +0200 Subject: [PATCH] add note about ngrep --- Reverse-Proxy-Diagnostics-Troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Reverse-Proxy-Diagnostics-Troubleshooting.md b/Reverse-Proxy-Diagnostics-Troubleshooting.md index 161fd33..1939866 100644 --- a/Reverse-Proxy-Diagnostics-Troubleshooting.md +++ b/Reverse-Proxy-Diagnostics-Troubleshooting.md @@ -174,4 +174,14 @@ Content-Type: text/html Content-Length: 8091 Connection: keep-alive Last-Modified: Wed, 13 Mar 2024 05:36:47 GMT +``` + +# Packet Capture + +## using ngrep + +One can use `ngrep` to watch traffic between reverse proxy and "radicale" (example) - but only senseful if this connection has no encryption active. + +``` +ngrep -d lo port 5232 ``` \ No newline at end of file