diff options
| author | ColdFire <9128903+fenilgandhi@users.noreply.github.com> | 2018-02-23 00:27:10 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-23 00:27:10 +0530 |
| commit | 777cb98a86f3e8883383935661e2ed20ed9b6bd4 (patch) | |
| tree | 67d3e1259dccb83866496f45fe20ac3bd76961ce /docs/dev/sslkeylogfile.rst | |
| parent | 6bf250aa3e8ede84d16170d95728c6488444a5a8 (diff) | |
| parent | 58ccad7576e5fd33e937aba58df2f9edc389e52e (diff) | |
| download | mitmproxy-777cb98a86f3e8883383935661e2ed20ed9b6bd4.tar.gz mitmproxy-777cb98a86f3e8883383935661e2ed20ed9b6bd4.tar.bz2 mitmproxy-777cb98a86f3e8883383935661e2ed20ed9b6bd4.zip | |
Merge branch 'master' into issue-2872
Diffstat (limited to 'docs/dev/sslkeylogfile.rst')
| -rw-r--r-- | docs/dev/sslkeylogfile.rst | 15 |
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. |
