-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MITMProxy does not start on macOS #6
Comments
Works for me. macOS: 10.14.3 |
@renyard did you resolve the issue? |
I'm also having issues with getting BLeak to run on MacOs, so very curious to know if you resolved the issue @renyard |
@TMakaku @michaelguoxy No, I never did resolve the issue to get it running on macOS directly. I ended up installing it in a Linux VM instead. |
@renyard Thanks for the reply. Trying it on linux was next on my list. |
I'm trying to run BLeak on macOS, but it fails to start MITMProxy through mitmproxy-node. It appears that
waitForPort(8080, 1);
at src/index.ts:361 resolves successfully even though MITMProxy is not running.I have confirmed that there is nothing listening on port 8080:
macOS: 10.13.6
Node: 8.15.1
Python: 3.7.2
The text was updated successfully, but these errors were encountered: