I need to have a proxy server for an already configured and working OpenVPN server.
So I install Squid 5.2 on Ubuntu 20.04.
To test, I changed the following line in the /etc/squid/squid.conf
file and restarted the squid.service
:
http_access deny all
to
http_access allow all
and then configured the client (OpenVPN Gui):
But it's not connecting and the error is:
Mon Nov 14 17:14:34 2022 HTTP proxy returned: 'HTTP/1.1 403 Forbidden'
I set the proxy for my browser, and it worked fine.
So either Squid is not somehow compatible with OpenVPN, or I'm missing something?