Re: [squid-users] make URL bypass squid proxy

2023-07-06 Thread robert k Wild
n't work you can try ssl::server_name_regex with > something like: > (^|\.)activate\.redshift3d\.com$ > > Or just to verify if there is a bug in squid code try: > (^|\.)activate\.redshift3d\.com > > Now, the splice should be able to take into account also dstdomain and >

Re: [squid-users] make URL bypass squid proxy

2023-06-29 Thread ngtech1ltd
d if Alex and others might think so it can be converted into an example article in the wiki. Let me know if this makes sense and resolve the issue. Yours, Eliezer From: robert k Wild Sent: Thursday, June 29, 2023 12:18 To: ngtech1...@gmail.com Cc: Squid Users Subject: Re: [squid-users] make

Re: [squid-users] make URL bypass squid proxy

2023-06-29 Thread robert k Wild
alnet special_url_any_of > http_access deny all > ## END OF FILE > > Once the above will work try to add other http_access rule like reply > access rules > > Let me know what happens, > Eliezer > > From: robert k Wild > Sent: Tuesday, June 27, 2023 09:36 > To: ngtech

Re: [squid-users] make URL bypass squid proxy

2023-06-28 Thread ngtech1ltd
special_url_any_of http_access deny all ## END OF FILE Once the above will work try to add other http_access rule like reply access rules Let me know what happens, Eliezer From: robert k Wild Sent: Tuesday, June 27, 2023 09:36 To: ngtech1...@gmail.com Cc: Squid Users Subject: Re: [squi

Re: [squid-users] make URL bypass squid proxy

2023-06-27 Thread Alex Rousskov
On 6/27/23 16:29, robert k Wild wrote: Ok I've literally commented out "http deny all" so the proxy isn't blocking anything and allowing everything http_access allow activation whitelist #http_access deny all And still it's not allowing this specific URL to go through the proxy

Re: [squid-users] make URL bypass squid proxy

2023-06-27 Thread robert k Wild
gt; >> >> I am not sure what forward proxy setup you have there. >> >> A simple forward proxy? >> >> What tool are you using for whitelisting? >> >> You can use an external acl helper to allow dynamic updates of the >> whitelists or &g

Re: [squid-users] make URL bypass squid proxy

2023-06-27 Thread robert k Wild
ists and reload. > It will depend on the size of your lists. > What OS are you using for your squid proxy? > > > > More details will help us help you. > > > > Eliezer > > > > *From:* squid-users *On > Behalf Of *robert k Wild > *Sent:* Monday, June 26, 2

Re: [squid-users] make URL bypass squid proxy

2023-06-26 Thread ngtech1ltd
. What OS are you using for your squid proxy? More details will help us help you. Eliezer From: squid-users On Behalf Of robert k Wild Sent: Monday, June 26, 2023 22:25 To: Squid Users Subject: [squid-users] make URL bypass squid proxy hi all, i have set up squid for url whitelisting

[squid-users] make URL bypass squid proxy

2023-06-26 Thread robert k Wild
hi all, i have set up squid for url whitelisting and no intercept SSL (see below) https://wiki.squid-cache.org/ConfigExamples/Caching/AdobeProducts but some websites i want the client to bypass the squid proxy and go straight to the website as i think this is why a url isnt working even when i