linux - Why doesn't Chrome respect the Proxy-Server option in xUbuntu 14 -
been trying chrome on xubuntu 15 use proxy configuration can tunnel traffic through 1 of proxy servers.
to achieve this, i've done following:
1 - connected tunnel box via ssh:
ssh -d 8123 -f -c -q -n me@proxy-server-ip
2 - verified tunnel open:
ps aux | grep ssh server-user 31102 0.0 0.0 45212 796 ? ss 19:12 0:00 ssh -d 8123 -f -c -q -n me@proxy-server-ip
3 - using configuration able firefox push traffic through tunnel no problem.
4 - work chrome, opened terminal , opened chrome way:
google-chrome-stable --proxy-server="socks5://127.0.0.1:8123" created new window in existing browser session.
and
google-chrome --proxy-server="socks5://127.0.0.1:8123"
i have read instructions here: https://www.chromium.org/developers/design-documents/network-stack/socks-proxy
i've tried number of other variations of this, every time open browser pulls ip , not proxy server.. :(
i'm trying undertand why chrome isn't respecting options defined in man page:
--proxy-server=host:port specify http/socks4/socks5 proxy server use requests. overrides environment variables or settings picked via options dialog. individual proxy server specified using format: [<proxy-scheme>://]<proxy-host>[:<proxy-port>]
shouldn't work? can offer appreciated.
Comments
Post a Comment