On 12/02/2016 3:31 a.m., Stefan Hölzle wrote:
> Maybe my squid.conf will help to solve this.
Even more helpful would be your "squid -v" output.
> I checked this configuration with "squid -k check".
>
> squid.conf (external_ip, /opt/some_program and /etc/squid/file.list must
> be corrected):
>
On 12/02/2016 11:37 a.m., Victor Hugo wrote:
> Hi Panda,
>
> Thanks for the suggestion.
>
> I'm assuming from Panda and Amos's responses that what I'm trying to
> achieve should actually be possible?
Yes. Once the request message has been bumped there is no difference to
Squid between it and a r
Hi Panda,
Thanks for the suggestion.
I'm assuming from Panda and Amos's responses that what I'm trying to
achieve should actually be possible?
I tried adding what you suggested but unfortunately it didn't work.
New Config (based on Panda's suggestion):
acl localnet src 10.0.0.0/8 # RFC1918 poss
Try adding
acl step1 at_step SslBump1
ssl_bump peek step1 bump_sites
This worked for me. Just a suggestion:)
On Thu, Feb 11, 2016 at 3:59 AM, Amos Jeffries wrote:
> On 11/02/2016 1:05 p.m., Victor Hugo wrote:
> > Hi,
> >
> > I was wondering if it is possible to filter HTTPS URLs using squid (
On 11/02/2016 1:05 p.m., Victor Hugo wrote:
> Hi,
>
> I was wondering if it is possible to filter HTTPS URLs using squid (for
> example to blacklist reddit.com but allow https://www.reddit.com/r/news/)?
>
> I thought this may be possible using ssl_bump and url_regex. I have been
> trying this usi