Re: [squid-users] URL Regex ACLs Don't Evaluate After Bumping

2018-11-05 Thread Alex Rousskov
On 11/5/18 12:02 PM, Shane Poage wrote: > if I'm not misunderstanding how bumping works, have I uncovered a bug > in Squid? Either in the form of the CONNECT ACL not being applied as > expected, or in the form of the urlpath_regex not being applied... Or > is there something additional that I'm fu

Re: [squid-users] URL Regex ACLs Don't Evaluate After Bumping

2018-11-02 Thread Alex Rousskov
On 11/2/18 12:22 PM, Shane Poage wrote: > My understanding of how SSL bumping works is as follows, based on what > I have read in all of the documentation I could possibly find: To simplify, I will interpret the statements below in SslBump context. That is, I will interpret them as they are appli

Re: [squid-users] URL Regex ACLs Don't Evaluate After Bumping

2018-11-01 Thread Alex Rousskov
On 11/1/18 2:46 PM, Shane Poage wrote: > I have my proxy configured to bump all traffic so that the > urlpath_regex ACL can be applied, but it appears to not have any > effect post-bump. Your proxy will deny any first post-bump request and close the tunnel because you deny all CONNECT requests th

[squid-users] URL Regex ACLs Don't Evaluate After Bumping

2018-11-01 Thread Shane Poage
Hello, I have a proxy configured to bump all traffic in order to do traffic filtering to a target server (Artifactory, in my case) from a particular environment. The proxy needs to be able to allow or permit traffic based on the path part of the URL in order to only allow access to a certain se