mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1240] Android Emulator Override Does Not Set Proxy #1235
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1235
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RisenAsh on GitHub (May 19, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1240
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? 3.5.0
macOS Version? 12.3.1
Steps to reproduce
Expected behavior
Script should be setting the device proxy settings on the network connection.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (May 19, 2022):
Sorry, it's not a bug from Proxyman. It's how
adbcommand works.Basically, the emulator is overridden by this command
adb shell settings put global http_proxy $ip $port, andadbcommand doesn't update the UI.I tested and It still works. Proxyman still captures the traffic.
@RisenAsh commented on GitHub (May 27, 2022):
Proxyman still captures the traffic, however without setting this manually after the script I've found that SSL requests do not function. I get this after running the script:
Once I have manually set the the proxy settings via the Android UI in the emulator, SSL requests suddenly start working as expected.
I appreciate this could be wholly an Android issue, just wasn't sure so thought I'd raise it here.