VPS, Debian 8 x64. Installed squid:
apt-get install squid3
Have not changed anything except the config /etc/squid3/squid.conf I added two lines:
acl Driver86 src 91.192.62.84
http_access allow Driver86
where Driver86 - my nickname, 91.192.62.84 my IP.
In the browser (Google chrome) pointed to proxy as
domain.name:3128
It seems to work, except for requests made to sites using https. The browser will stupored on "waiting to create a tunnel proxy". In the logs (/var/log/squid3/access.log) I see something like this:
60558 91.192.62.84 TCP_MISS/503 0 CONNECT ssl.gstatic.com:443 - HIER_NONE/- -
How to fix?