aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/sslkeylogfile.rst
diff options
context:
space:
mode:
authorkira0204 <rshtmudgal@gmail.com>2018-02-24 12:42:21 +0530
committerkira0204 <rshtmudgal@gmail.com>2018-02-24 12:42:21 +0530
commit8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f (patch)
tree5691f1dd11ac1b2a98e57ed06252ff7dc40cd555 /docs/dev/sslkeylogfile.rst
parent69dbd1da61e6e452da63c63fba1d810b269f459d (diff)
parenteee109117f956600261bc938be52040d1474a97f (diff)
downloadmitmproxy-8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f.tar.gz
mitmproxy-8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f.tar.bz2
mitmproxy-8209b89d41bdfc3b6a9a3dd5d9054b02722e0d4f.zip
Merge branch 'master' of https://github.com/kira0204/mitmproxy into update-readme
Diffstat (limited to 'docs/dev/sslkeylogfile.rst')
-rw-r--r--docs/dev/sslkeylogfile.rst15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/dev/sslkeylogfile.rst b/docs/dev/sslkeylogfile.rst
deleted file mode 100644
index cb1f8f09..00000000
--- a/docs/dev/sslkeylogfile.rst
+++ /dev/null
@@ -1,15 +0,0 @@
-.. _sslkeylogfile:
-
-TLS Master Secrets
-==================
-
-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
-: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.
-If this creates any issues, you can set :envvar:`MITMPROXY_SSLKEYLOGFILE` alternatively.