chromium-browser --proxy-server debugging
Posted
by
user3678068
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user3678068
Published on 2014-06-06T23:30:58Z
Indexed on
2014/06/07
3:47 UTC
Read the original article
Hit count: 381
Many places online have pointed out to configure chromium proxy via command can be achieve with the following line
chromium-browser --proxy-server=[username]:[password]@[host]:[port]
but I got this result on every request.
Here's the output in the command line right after executing the previous command. (They do not appear to be relevant. There are no new command line output when I try to visit a page)
libGL error: failed to authenticate magic 30
libGL error: failed to load driver: vboxvideo
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[29551:29551:0606/160459:ERROR:sandbox_linux.cc(268)] InitializeSandbox() called with multiple threads in process gpu-process
I have double checked that the proxy credential works with the foxyproxy chrome plugin.
What else can I try to figure this out?
[Edit]
Going to chrome://net-internals/#proxy
and reading "Effective proxy settings"
if I do
chromium-browser
with no flags, I getUse DIRECT connections.
Source: GSETTINGS
if
chromium-browser --proxy-server=[host]:[port]
, I get a message box requesting to login, and under "Effective proxy settings":Proxy server: [host]:[port]
if
chromium-browser --proxy-server=[user]:[pass]@[host]:[port]
, "Effective proxy settings" shows:Use DIRECT connections
© Ask Ubuntu or respective owner