fix Wireshark TLS (Pre)-Master-Secret link (#5752)
This commit is contained in:
parent
b9dc95cb8c
commit
8f845191f5
docs/src/content
|
@ -9,7 +9,7 @@ menu:
|
|||
|
||||
The SSL/TLS master keys can be logged by mitmproxy so that external programs can
|
||||
decrypt SSL/TLS connections both from and to the proxy. Recent versions of
|
||||
Wireshark can use these log files to decrypt packets. See the [Wireshark wiki](https://wiki.wireshark.org/SSL#Using_the_.28Pre.29-Master-Secret) for more information.
|
||||
Wireshark can use these log files to decrypt packets. See the [Wireshark wiki](https://wiki.wireshark.org/TLS#using-the-pre-master-secret) for more information.
|
||||
|
||||
Key logging is enabled by setting the environment variable `SSLKEYLOGFILE` so
|
||||
that it points to a writable text file:
|
||||
|
|
Loading…
Reference in New Issue