S
S
Sergey Pugovkin2016-05-16 17:37:46
Debian
Sergey Pugovkin, 2016-05-16 17:37:46

Squid on vps as a proxy: http requests work, but https don't, how to fix?

VPS, Debian 8 x64. Installed squid:
apt-get install squid3
Didn't change anything, except added two lines to /etc/squid3/squid.conf config:

acl Driver86 src 91.192.62.84
http_access allow Driver86

where Driver86 is my nickname, 91.192.62.84 is my IP.
In the browser (Google Chrome) I specified the proxy as it
domain.name:3128
seems to work, except for requests to sites via https. The browser stumbles on "waiting to create a proxy tunnel". 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?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2016-05-16
@dimonchik2013

google it,
check if it works without ACL at all,
it’s most likely inside the VPS - redirection or something else,
well, in general, 3roxy is used for this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question