|
I was able to make chromium work without change the PBI
in /etc/profile I had to add the lower and upper case "HTTP_PROXY" as well as "HTTS_PROXY" and the "NO_PROXY"
mine looks like this:
HTTP_PROXY=proxy.domain.com:3128; export HTTP_PROXY
HTTPS_PROXY=proxy.domain.com:3128; export HTTPS_PROXY
NO_PROXY="localhost,127.0.0.1,localaddress,.locald omain.com"; export NO_PROXY
http_proxy=proxy.domain.com:3128; export http_proxy
https_proxy=proxy.domain.com:3128; export https_proxy
no_proxy="localhost,127.0.0.1,localaddress,.locald omain.com"; export no_proxy
__________________
You rush a miracle man, you get rotten miracles.
Last edited by TWiN; 09-24-2012 at 10:02 PM.
|