Skip to content

Instantly share code, notes, and snippets.

@mightymercado
Created June 23, 2020 01:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mightymercado/7cae86cf8847e160a0d405c39f52ae14 to your computer and use it in GitHub Desktop.
Save mightymercado/7cae86cf8847e160a0d405c39f52ae14 to your computer and use it in GitHub Desktop.
Using an HTTP/S proxy with username/password in Genymotion

Install mitmproxy

brew install mitmproxy

Start mitmproxy with an upstream proxy

mitmproxy --mode upstream:https://host:port --upstream-auth=user:password

Create any genymotion android device in bridged network mode

Use 10.0.3.2:8080 as proxy in device

Go to mitm.it to download certificates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment