By default, the SELinux boolean squid_connect_any
is enabled.
This setting should be disabled as squid should only connect on specified
ports.
To disable the squid_connect_any
SELinux boolean, run the following command:
$ sudo setsebool -P squid_connect_any off