Install squid 3.3
-
I am in need of a feature that is available as of squid 3.3. But I cannot figure out how to get squid 3.3 installed on pfsense. The package that can be installed through the gui is 3.1. I have another freeBSD machine to compile squid, but don't know what flags I would need to configure with, and which files to copy, and where to put them.
Thank you
-
I am in need of a feature that is available as of squid 3.3. But I cannot figure out how to get squid 3.3 installed on pfsense. The package that can be installed through the gui is 3.1. I have another freeBSD machine to compile squid, but don't know what flags I would need to configure with, and which files to copy, and where to put them.
Does squid 3.2 has these features you need? if so, you can try to run make package and install it on pfsense.
-
As far as I know there isn't even a FreeBSD port of Squid 3.3 yet. I only see 2.x, 3.1, and 3.2.
-
I have been able to build squid 3.3 on a FreeBSD 8.3 machine and it seems to work ok with a few minor changes. Even working with squidguard.
Needed a few things like the ssl-bump-server-first feature and dynamic certificate generation, plus the request_header_add option.
I've been attempting this http://support.google.com/a/bin/answer.py?hl=en&answer=1668854 but haven't quite managed it yet.
I built the squid32 port which pulled all the build dependencies then built 3.3.1 from source.