Errno 10061 - No connection could be made because the target machine actively refused it

Hi,

I’m using mitmproxy v0.15.
When browsing to some random domains, I’ve got an error message:
ProtocolException(‘Server connection to :443 failed: Error connecting to : [Errno 10061] No connection could be made because the target machine actively refused it’,)

I can’t even understand what is the reason for that :expressionless:

Does anybody here faced with this scenario? What is the reason and how can I solve it?

Thanks. It looks like your mitmproxy is outdated. Could you please upgrade an try again?

I tried, but unfortunately my proxy has crushed when I did so… I’m currently trying to find solutions with this version…

BTW - I saw that v1.0.2 released now, when I’m trying to update my version with pip/easy_install I get just v0.18 (Im using Windows with Python 2.7). Can I install the latest version somehow?

Please take a look at http://docs.mitmproxy.org/en/stable/install.html

I saw this, but by the documentation, on Windows versions I have to find an installer on mitmproxy.org site. Unfortunately I didn’t find it there…

Sorry, the UX on mitmproxy.org isn’t ideal at the moment. There’s a “releases” section that points to https://github.com/mitmproxy/mitmproxy/releases/tag/v1.0.2, which has all files.

I will try this one. Thanks a lot!