티스토리 뷰
프록시 설정 후 Cert까지 install하고 사용하려니까 오류 메시지가 떴습니다.
원인은 간단한데, 옵션 중에서 block_global을 해제하면 됩니다.
위에 두개는 이에 대한 답변, 아래는 공식 docs입니다.
stackoverflow.com/questions/52068746/mitmproxy-client-connection-killed-by-block-global
Mitmproxy Client connection killed by block_global
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.
stackoverflow.com
discourse.mitmproxy.org/t/connection-killed-by-block-global-when-trying-to-connect-remotely/1215
Connection killed by block_global when trying to connect remotely
Steps to reproduce the problem: Create a ubuntu vps with python 3.6 I used ubuntu 18.04 and install pip pip install mitmproxy, mitmproxy -p 3128 Connect from my home PC and the connection gets killed by block_global Comments I tried a bunch of options like
discourse.mitmproxy.org
docs.mitmproxy.org/stable/concepts-options/
Options
Edit on GitHub The mitmproxy tools share a common YAML configuration file located at ~/.mitmproxy/config.yaml. This file controls options - typed values that determine the behaviour of mitmproxy. The options mechanism is very comprehensive - in fact, optio
docs.mitmproxy.org