[squid-users] SQUID 3.4.8 on RPi 3

VB temporalev at gmail.com
Sat Sep 17 06:38:37 UTC 2016


Hi Yuri

thx a lot for your links.. following the first one, what I did:

1. Create and sign the .pem certificate

2. Update my squid.conf with:
https_port 3130 ssl-bump \
cert=/etc/squid/ssl/myCA.pem \
generate-host-certificates=on dynamic_cert_mem_cache_size=4MB

acl step1 at_step SslBump1

ssl_bump peek step1
ssl_bump bump all

but when I check the configuration (squid3 -k  parse), I get:

Processing: https_port 3130 ssl-bump cert=/etc/squid/ssl/myCA.pem
generate-host-certificates=on dynamic_cert_mem_cache_size=4MB
ERROR: 'https_port' requires --enable-ssl
Processing: acl step1 at_step SslBump1
FATAL: Invalid ACL type 'at_step'
FATAL: Bungled /etc/squid3/squid.conf line 130: acl step1 at_step SslBump1

how can I overcome these errors on squid 3.4.8?
Is my version of squid ssl-enabled? and if not.. how can I re-configure it?

thx
Vincenzo



--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/SQUID-3-4-8-on-RPi-3-tp4679556p4679562.html
Sent from the Squid - Users mailing list archive at Nabble.com.


More information about the squid-users mailing list