Squid - acl Safe_ports
-
I need to add 81 to the list of acceptable ssl ports. How can i do this? I there a master file that i can use to add things to the auto generated squid config file?
i.e.
in /usr/local/etc/squid/squid.conf
acl sslports port 81 443 563 444
<acl 443="" 563="" sslports="" port="" 444<br="">Any ideas? do i edit /usr/local/pkg/squid.xml?</acl> -
Solved it.
i added 81 to the line 589 of /usr/local/pkg/squid.inc
acl sslports port 81 443 563 $webgui_port
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.