<div dir="ltr">I don't understand what happens if I have multiple acl with same name, e.g. (only for educational purposes)<br><br>acl SSL_ports port 82           # ImageScope - Anatomia Patologica<br>acl SSL_ports port 443          # https<br>acl SSL_ports port 563          # news<br><br><div>http_access deny CONNECT !SSL_ports</div><div><br></div><div>SSL_port includes last acl that is 563 or all ports ?</div><div>Wheh http_access directive is processed, all 3 SSL_ports acl are scanned ? Or only the last one is  checked ?</div></div>