On Mon, 29 Mar 2010 16:45:45 +0200, "Andrea Gallazzi" <[email protected]> wrote: > Hi, > I installed ubuntu server (latest) with squid 2.7. > > I am following this example config: > http://wiki.squid-cache.org/ConfigExamples/Reverse/OutlookWebAccess > > but on first command "https_port" squid returns the error "unrecognired" > > Where is the problem? > > thanks
Squid currently only uses OpenSSL for HTTPS. Unfortunately the OpenSSL software license and the Squid GPLv2 software cannot be distributed together. OS distributions are prevented from packaging an HTTPS server-enabled version of Squid which https_port requires. You will have to built your own. Amos
