Get the latest tech news
Mitmproxy 11: Full HTTP/3 Support
04 Oct 2024, Gaurav Jain We are excited to announce the release of mitmproxy 11, which introduces full support for HTTP/3 in both transparent and reverse proxy modes. We’re also bringing in a ton of DNS improvements that we’ll cover in this blog post.
This means you will either need to provide a publicly trusted certificate (e.g. from Let’s Encrypt), start Chrome with a command line switch, or accept that it falls back to HTTP/2. We plan to move mitmproxy’s internal DNS resolution to Hickory as well, at which point this feature will become incredibly useful in allowing transparent redirection on the same machine for specific domains. This way the client has no keys to encrypt the initial handshake message with, and mitmproxy still learns the target domain and can construct a matching certificate.
Or read this on Hacker News