diff options
Diffstat (limited to 'doc-src/dev/sslkeylogfile.html')
-rw-r--r-- | doc-src/dev/sslkeylogfile.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc-src/dev/sslkeylogfile.html b/doc-src/dev/sslkeylogfile.html deleted file mode 100644 index 1826fc2e..00000000 --- a/doc-src/dev/sslkeylogfile.html +++ /dev/null @@ -1,8 +0,0 @@ -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 <samp>SSLKEYLOGFILE</samp> 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<br> -<samp>Edit → Preferences → Protocols → SSL → (Pre)-Master-Secret log filename</samp>. - - Note that <samp>SSLKEYLOGFILE</samp> is respected by other programs as well, e.g. Firefox and Chrome. -If this creates any issues, you can set <samp>MITMPROXY_SSLKEYLOGFILE</samp> alternatively.
\ No newline at end of file |