-
Notifications
You must be signed in to change notification settings - Fork 189
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
Use with proxychain not working #544
Comments
Thanks. I will investigate the Proxychain and sent you a hotfix soon 👍 |
Hey @xiaozhuai, do you have any special config on Charles app? (Enable SOCKs 5 or something 🤔 ) I follow your steps, but it doesn't appear on Charles too |
proxychains [ProxyList] should has only one line |
Maybe can you get the error log from Proxyman by going to Help menu -> Enable Debug Mode -> Quit the app and open the URL on the alert. Then pls copy to me errors if there are any |
Oh, i forgot it... Proxychains need SIP disabled cause it hooks into other process. |
ok. Let me try to disable SIP 😮 |
I'm able to reproduce the bug. Investigating mode .... 👀 |
Ok, wait for your good news! |
@xiaozhuai let check out this build https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.1.1_Fix_Proxychain.dmg Basically, Proxyman hasn't covered this edge case yet (Make HTTP Request but on CONNECT connection) |
Works now! Nice job! |
Glad to hear that 🙌 Feel free to open bug tickets if there are any 🐞 |
Proxyman version?
2.1.1
macOS Version?
10.14.6
Steps to reproduce
Not all program use system proxy, so I need proxychain to hook socket apis to make it work.
brew install proxychains-ng
and edit/usr/local/etc/proxychains.conf
proxychains4 curl www.baidu.com
If I change command to
http_proxy=http://127.0.0.1:9090 https_proxy=http://127.0.0.1:9090 curl www.baidu.com
, it works.But that is not what I want. I want proxychains works.
I also tried Charles, it works fine with proxychains.
Proxyman is such a great work! And hope this will be fixed soon, and I will purchase it.
The text was updated successfully, but these errors were encountered: