Compile Squid with --enable-ssl-crtd option

Hi!

I'm trying to use Squid with HTTPS, but the version 4.6 of Snapshot image don't have the option --enable-ssl-crtd on compile, giving the error below:

ERROR: 'sslcrtd_program' requires --enable-ssl-crtd

Someone could compile one version with this option? I'm not a developer, I don't have idea how start.

Thanks.

You will need to build your own image. When using "make menuconfig", you need you navigate to "network Web Servers/Proxies squid " and select "Enable dynamic SSL certificate generation" from "Optional Features" .
Do not forget, that squid is memory hungry. Incl. this SSL-stuff expect about >40MB RAM for it, without any caching.

1 Like