Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mitmproxy Client connection killed by block_global

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.

like image 559
KaronatoR Avatar asked Aug 29 '18 02:08

KaronatoR


1 Answers

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

like image 91
Kevin Cui Avatar answered Sep 18 '22 20:09

Kevin Cui