Re: [squid-users] Squid sends 2 replies after peek/splice when using an user-agent http_access rule

2019-09-25 Thread Alex Rousskov
On 9/25/19 1:27 PM, Gaël Ranaivo wrote: > Here is a minimal squid config that demonstrates this weird issue: > >   http_port 3128 ssl-bump tls-cert=/tmp/cert.pem tls-key=/tmp/key.pem > >   acl regua browser .*Firefox.* >   http_access allow regua >   http_access deny all > >   acl step1

[squid-users] Squid sends 2 replies after peek/splice when using an user-agent http_access rule

2019-09-25 Thread Gaël Ranaivo
Hello, Here is a minimal squid config that demonstrates this weird issue: http_port 3128 ssl-bump tls-cert=/tmp/cert.pem tls-key=/tmp/key.pem acl regua browser .*Firefox.* http_access allow regua http_access deny all acl step1 at_step SslBump1 acl step2 at_step SslBump2 acl