Hello, I'm trying to set up a cache for GCP signed URLs using squid 4.10
I've set ssl_bump:
http_port 3128 ssl-bump cert=/etc/ssl/squid_ca.pem generate-host-certificates=on dynamic_cert_mem_cache_size=4MB
sslcrtd_program /usr/lib/squid/security_file_certgen -s /var/lib/ssl_db -M 4MB
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump bump all
sslcrtd_program /usr/lib/squid/security_file_certgen -s /var/lib/ssl_db -M 4MB
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump bump all
I've set cache like this:
refresh_pattern -i my-dev.storage.googleapis.com/.* 4320 80% 43200 override-expire ignore-reload ignore-no-store ignore-private
In the cache directory, I see that object was stored after the first call, but when I try to re-run the URL I get always get: TCP_REFRESH_UNMODIFIED_ABORTED/200
and I get the empty object, I've tried to play with refresh_pattern params but still no luck.
Thanks for your help
Andrey
_______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users