Skip to content

Commit 6c45931

Browse files
Update modules/guides/pages/debug-network-traffic.adoc
Co-authored-by: Nick <[email protected]>
1 parent d6b40a4 commit 6c45931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can also use something like `kubectl debug trino-coordinator-default-0 -it -
5050
== TLS decryption usage
5151

5252
Let's make things a bit more interesting using a real-world example.
53-
As Superset is behaving weird, we want to debug the network traffic from Superset to Trino, which is using HTTPS.
53+
Let's assume Superset is behaving weird and we want to debug the network traffic from Superset to Trino, which is using HTTPS.
5454

5555
As of Java 21 the JVM does not respect the `SSLKEYLOGFILE` env var and does not seem to have support to write the TLS key log.
5656
So we need to use a third-party Java agent called https://github.com/neykov/extract-tls-secrets[extract-tls-secrets] for that.

0 commit comments

Comments
 (0)