Maximilian Hils

Results 653 comments of Maximilian Hils

Based on the call stack this looks like a Python issue, not a mitmproxy issue.

Please do not click on the link shared by @AchilleasTsiamoulis, this is not a solution for this problem but a malicious phishing attempt.

Thank you for filing this! Is 172.64.150.71 a public IP address you own, or is that something made up by Docker for local networking? If the latter is true, it...

We expose `stream.get_extra_info("original_src")` from the Rust side, but it's not exposed on the Python side yet. However, you should be able to inspect [`Client.proxy_mode`](https://docs.mitmproxy.org/stable/api/mitmproxy/connection.html#Client.proxy_mode) to see which VPN config it...

Thank you for the very detailed report including repros! The error here seems to be that mitmproxy is not sending a CloseNotify. I suspect that if you pass `-ignore_unexpected_eof` to...

> Is there no way for mitmproxy to handle this issue? This is a bug in [our TLS proxy logic](https://github.com/mitmproxy/mitmproxy/blob/main/mitmproxy/proxy/layers/tls.py), we don't send close notify frames correctly. Contributions to fix...

Can you please clarify your setup? Where/how are you using mitmproxy's client replay feature?

This needs full, end-to-end reproduction steps. From what you posted so far it does not look like a mitmproxy issue.

Thanks for the report! Would you like to send a PR to fix it? :)