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:
shellvon 2025-04-25 18:03:21 +08:00 committed by GitHub
parent b089c5fb83
commit f8648db29c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ information to initiate the pipe, even though it doesn't reveal the
remote hostname. remote hostname.
Mitmproxy has a cunning mechanism that smooths this over - [upstream certificate 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 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 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 with the server, and inspect the certificates it used. Now, we use the Common