On 05/26/2017 12:00 AM, Masha Lifshin wrote: > I have added an https_port directive > to squid.conf, but it must be misconfigured. > http_port 172.30.0.67:443 ... > https_port 172.30.0.67:443 ... You are right -- your Squid is misconfigured. You cannot use the same address for two ports. Unfortunately, Squid thinks that port binding errors are a minor inconvenience and continues running after logging an error message (that looks like many other benign error messages). Changing one of the ports will solve the "same address" problem described above. Do not use port 443 for http_port. It makes triage extremely confusing because port 443 usually implies SSL. Consider using port 3128 instead. HTH, Alex. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users