From eec4c539f2f6b8124ab92d6087afb228874a479e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 28 Feb 2015 03:35:28 +0100 Subject: SSLKEYLOGFILE docs --- doc-src/dev/sslkeylogfile.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc-src/dev/sslkeylogfile.html (limited to 'doc-src/dev/sslkeylogfile.html') diff --git a/doc-src/dev/sslkeylogfile.html b/doc-src/dev/sslkeylogfile.html new file mode 100644 index 00000000..1826fc2e --- /dev/null +++ b/doc-src/dev/sslkeylogfile.html @@ -0,0 +1,8 @@ +The SSL master keys can be logged by mitmproxy so that external programs can decrypt TLS connections both from and to the proxy. +Key logging is enabled by setting the environment variable SSLKEYLOGFILE so that it points to a writable +text file. Recent versions of WireShark can use these log files to decrypt packets. +You can specify the key file path in WireShark via
+Edit → Preferences → Protocols → SSL → (Pre)-Master-Secret log filename. + + Note that SSLKEYLOGFILE is respected by other programs as well, e.g. Firefox and Chrome. +If this creates any issues, you can set MITMPROXY_SSLKEYLOGFILE alternatively. \ No newline at end of file -- cgit v1.2.3