[squid-users] Trying to set up SSL cache - solved! - correction

Dave Blanchard dave at killthe.net
Thu Feb 24 18:34:55 UTC 2022


On Thu, 24 Feb 2022 12:24:35 -0600
Dave Blanchard <dave at killthe.net> wrote:

> (Note for any other confused noobs reading this: this configuration apparently requires Squid to be compiled with --with openssl and --with-ssl-crtd options on the 'configure' command line; or at least it did in older versions, and presumably still does.)

CORRECTION: that's --enable-ssl-crtd , not --with. 

Replace /usr/libexec in the given config with the actual path to your security_file_certgen binary, and run this command once to generate the initial SSL database:

security_file_certgen -c -s /path/to/ssl_database -M 32MB 

'/path/to' must already exist, and 'ssl_database' itself must not, for this command to succeed. Hope this helps somebody.

-- 
Dave Blanchard <dave at killthe.net>



More information about the squid-users mailing list