
Originally Posted by
NoamBarz
Thanks. I chose options >> under the hood >> change proxy settings.
I then clicked on LAN settings, checked the use proxy server and entered 127.0.0.1 port 8118. It did not work. Now, when I try to reach localhost, I get a message saying the page is not available.
Any suggestions?
As I said, the new versions of Chrome seem to ignore the Windows proxy settings, so the procedure you followed no longer works. You now are forced to use the "--proxy-server" command line switch.
1. Create a shortcut for Chrome
2. Right click the shortcut and choose "Properties"
3. In the Target box, you'll see something like
Code:
"C:\Documents and Settings\...\Local Settings\Application Data\Google\Chrome\Application\chrome.exe"
4. Outside of the last quote mark, add a space and then the something like the following
Code:
--proxy-server=xxx.xx.xx.xx:yyyy
where xxx.xx.xx.xx is the proxy ip address and yyyy is the port. (to use Privoxy, that would be: --proxy-server=127.0.0.1:811
.