Mitmproxy Client connection killed by block_global
Asked Answered
H

1

17

enter image description here

Installed the latest version of mitmproxy, added cert, all like in instructions. Proxy not working, can't reach any site...what I'm doing wrong? Thanks for your time.

Hannan answered 29/8, 2018 at 2:42 Comment(0)
F
37

There is an option in mitmproxy called block_global: Block connections from globally reachable networks, as defined in the IANA special purpose registries. Default: True

https://docs.mitmproxy.org/stable/concepts-options/

You could try to set this option as false: mitmdump --set block_global=false

Favrot answered 11/9, 2018 at 18:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.