budtmo / budtmo/docker-android

proxy setting not working in environment variables

Open
#304 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
15.8k
Forks
1.8k
Avg merge
12h 13m
Merged PRs (30d)
6

Description

i have an issue where;
when i set proxy with **... ' -e HTTP_PROXY="ip:port" -e ENABLE_PROXY_ON_EMULATOR=true ' ...**

the proxy is not set in the emulator or device, the device inside the emulator is never connecting to my proxy ( hence i don't see traffic on it ), the only way to make it work is to use "adb shell settings put global http_proxy" (inside the running container) and then you have to push a certificate in "/system/etc/security/cacerts/" order to make all the sites connected to the proxy not ask for a trusted certificate, which make thinks that there is no a way to pass that certificate at the moment we run the container.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.