Reputation: 1
I'm trying to intercept HTTP/HTTPS requests made by a .NET application on Arch Linux using mitmproxy. While I can intercept some requests, I frequently encounter errors like TLS handshake failed or TLS connection closed. Interestingly, I also tried using HTTP Toolkit, and it works flawlessly without any issues. I followed the mitmproxy documentation to set everything up, but I'm still facing these errors.
Here’s what I’ve done so far:
Upvotes: 0
Views: 15