summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2021-05-06-debugging-http-services-with-mitmproxy.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md b/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md
index 8c5d7c9..c4e26f8 100644
--- a/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md
+++ b/_posts/2021-05-06-debugging-http-services-with-mitmproxy.md
@@ -83,8 +83,10 @@ using a TLS key log file, but this usually involves making somewhat non-trivial
modifications to the program you're working with. It's not _very_ complicated or
difficult, and it's a technique I've used a few times, but mitmproxy is usually
quicker and easier for me. I plan to write a post about this topic in the
-future, so stay tuned!
+future, so stay tuned! _(Update: see [my post about decrypting TLS in
+Wireshark][wireshark-tls])_
[mitmproxy]: https://mitmproxy.org/
[honey badger]: https://youtu.be/4r7wHMg5Yjg
[certs]: https://docs.mitmproxy.org/stable/concepts-certificates/
+[wireshark-tls]: ../intercepting-golang-tls-with-wireshark/