With previous versions of Raspbian, I have been able to successfully use a laptop running Squid as an Internet proxy for the Pi.
However with Raspbian Jessie, using apt-get with the Internet proxy does not work
It still works and allows me to download files from the web using wget after modifying /etc/wgetrc to allow the proxy.
In previous version, I created the file /etc/apt/apt.conf and added the line
Acquire::http::proxy "http://mylaptopaddress:3128";
In Raspbian Jessie this does not allow sudo apt-get update to work
I also tried creating the file 01proxy in /etc/apt/apt.conf.d and placed the line there, but I keep getting a 503 error from the proxy server
Is there something else that needs to be done in Jessie?