mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
docs(fix): fix broken upstream certificate sniffing link in how-mitmp… (#7672)
docs(fix): fix broken upstream certificate sniffing link in how-mitmproxy-works Updated broken link in docs/src/how-mitmproxy-works.md from [/overview/features](/overview/features/#upstream-certificates) to [/concepts/certificates/](/concepts/certificates/#upstream-certificate-sniffing) to point to the correct resource.
This commit is contained in:
parent
b089c5fb83
commit
f8648db29c
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ information to initiate the pipe, even though it doesn't reveal the
|
|||
remote hostname.
|
||||
|
||||
Mitmproxy has a cunning mechanism that smooths this over - [upstream certificate
|
||||
sniffing]({{< relref "/overview/features#upstream-certificates" >}}). As soon as
|
||||
sniffing]({{< relref "/concepts/certificates/#upstream-certificate-sniffing" >}}). As soon as
|
||||
we see the CONNECT request, we pause the client part of the conversation, and
|
||||
initiate a simultaneous connection to the server. We complete the TLS handshake
|
||||
with the server, and inspect the certificates it used. Now, we use the Common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue