Package: squid
Version: 3.5.12-1
Binary package squid from Debian Stretch is built with gnutls library:
% ldd /usr/sbin/squid | grep tls
libgnutls-deb0.so.28 =>
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28 (0x00007fb17c336000)
But if I add string
https_port 3129
to /etc/squid.conf file, I have a message in /var/log/squid/cache.log:
ERROR: 'https_port' requires --with-openssl
Can I use https_port without recompiling squid with openssl library?
Do you plan to build squid with libgnutls-openssl wrapper? Does this
make sense?
Thanks,
Yury Goltsov.