aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/sslkeylogfile.rst
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-02-21 11:41:59 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-02-21 11:47:17 +1300
commit08f44b9fad2c0922a9f3dfa7835f3be59c5e6f52 (patch)
treedf7f7400880e680cd17406896d0080056d1d6af1 /docs/dev/sslkeylogfile.rst
parentcf3182a6d46f64fe0b34a0ec6b01d0aaa886e029 (diff)
downloadmitmproxy-08f44b9fad2c0922a9f3dfa7835f3be59c5e6f52.tar.gz
mitmproxy-08f44b9fad2c0922a9f3dfa7835f3be59c5e6f52.tar.bz2
mitmproxy-08f44b9fad2c0922a9f3dfa7835f3be59c5e6f52.zip
Doc tweaks
This patch does the following: - Fixes all warnings in the doc tree - Adds a modd + devd conf file that renders HTML and treats doc warnings as errors. This lets you send warning output to your desktop notifier, and gives livereload similar to the livehtml entry in the Makefile. - Some small tweaks Sphinx currently has a bug that causes unknown options to generate a warning: https://github.com/sphinx-doc/sphinx/issues/2229 This is fixed in stable, but not yet released. You can update Sphinx to the latest stable like so: pip install --upgrade https://github.com/sphinx-doc/sphinx/archive/stable.zip
Diffstat (limited to 'docs/dev/sslkeylogfile.rst')
-rw-r--r--docs/dev/sslkeylogfile.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/dev/sslkeylogfile.rst b/docs/dev/sslkeylogfile.rst
index 04b86cc4..cb1f8f09 100644
--- a/docs/dev/sslkeylogfile.rst
+++ b/docs/dev/sslkeylogfile.rst
@@ -8,6 +8,7 @@ connections both from and to the proxy. Key logging is enabled by setting the en
:envvar:`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
+
:samp:`Edit -> Preferences -> Protocols -> SSL -> (Pre)-Master-Secret log filename`.
Note that :envvar:`SSLKEYLOGFILE` is respected by other programs as well, e.g. Firefox and Chrome.