Hello,
Friends, I'm really desperate, my clearos 5.2 is blocking a site that uses HTTPS protocol and a non-standar port.
I've add the port 8443 on the incoming and outgoing rules of the firewall, I've add de IP of the site in the Proxy and content-filter exceptions, I've add those rules on /etc/rc.d/rc.firewall.local
iptables -A INPUT --src XXX.XXX.XXX.XXX -p tcp --sport 8443 -j ACCEPT
iptables -A INPUT --src XXX.XXX.XXX.XXX -p udp --sport 8443 -j ACCEPT
But I can't access to the site _
XXX.XXX.XXX.XXX:8443/charge, I was reviewing the acces.log file of de squid, and I see that the error is:
1336494524.922 0 192.168.xxx.xxx TCP_DENIED/403 857 CONNECT xxx.xxx.xxx.xxx:8443 - NONE/- text/html
Anyone can give an idea to solve this problem?
Thanks for all