I have Squid proxy installed on Ubuntu 20.4 LTS. The squid is listening on port 8118.
When I'm testing it with curl -x localhost:8118 It's getting stuck.
When I'm using the Proxy IP it's working outside of the Linux machine.
curl -x PROXY_IP:8118 What can be the cause of this issue?
31 Answer
Adding rule:
sudo iptables -P INPUT ACCEPTSolved my issue.