• Squid proxy server maximum download size not always working

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • PFSense Squid Package - CVE-2018-1000024

    4
    0 Votes
    4 Posts
    728 Views
    KOMK

    Is having a firewall rules in place enough since this is the current version of squid supported?

    Did you actually read the CVE??

    "The Squid Software Foundation Squid HTTP Caching Proxy version 3.0 to 3.5.27, 4.0 to 4.0.22 contains a Incorrect Pointer Handling vulnerability in ESI Response Processing that can result in Denial of Service for all clients using the proxy.. This attack appear to be exploitable via Remote server delivers an HTTP response payload containing valid but unusual ESI syntax."

    All this means is that a funny packet can crash squid.  If you want to protect against this via firewall rules, simply block all tcp 80/443 traffic.  You won't be able to use the web at all, but you will be safe from having your squid crashed if you happen to hit the figurative lottery and somehow stumble upon this…

    Also, enabling the option Suppress Squid Version enough to hide the squid version?

    Probably.  Test it and see:

    http://www.lagado.com/proxy-test

    You should suppress squid version, turn off VIA headers, and delete the X-Forwarder header.

  • Squid Gmail Thunderbird unable to connect.

    3
    0 Votes
    3 Posts
    745 Views
    M

    Sorry for the late reply I did end up making a Gmail alias with the ports that go above my other rules which seems to work.

  • Pfsense - SquidGuard

    4
    0 Votes
    4 Posts
    827 Views
    KOMK

    Do you actually have a 3rd interface (after WAN and LAN) that you have labelled DMZ?  It isn't there for everyone by default.

  • Two log menus

    4
    0 Votes
    4 Posts
    672 Views
    KOMK

    Squid is a caching proxy.  Squidguard is an URL filter that requires squid.  Squid by itself does not block content except for in the most primitive way.

  • Using Tor as transparent proxy ?

    Moved
    1
    0 Votes
    1 Posts
    749 Views
    No one has replied
  • HAProxy Cloudflare SSL Problems

    2
    0 Votes
    2 Posts
    1k Views
    P

    On the frontend you chose mode:'http/https(offloading)' however behind the 443 port you dont have the offloading checkbox set. Should probably check that.
    Then also when enabling that make sure to configure certificates to use at the bottom of the frontend.

  • Squid Antivirus Dashboard Widget - display log stats?

    2
    0 Votes
    2 Posts
    489 Views
    L

    If ClamAV has not reported virus AKA no statistics yet, when it report/block a virus it shows up ;)

  • Bad redirection address

    7
    0 Votes
    7 Posts
    679 Views
    A

    Thank you for your answers :)

  • Transparent mode in squid on pfsense 2.4.3

    2
    0 Votes
    2 Posts
    631 Views
    KOMK

    Nobody can even begin to help you with more details.

    You can start off by explaining what you mean by "it doesn't work".

  • Squid Errors

    2
    0 Votes
    2 Posts
    524 Views
    KOMK

    This look more like a pfBlocker issue to me.

  • Haproxy basic question

    5
    0 Votes
    5 Posts
    660 Views
    M

    Not yet no time currently.
    Just exploring my options but will definitly try it.
    Thanks!

  • Squid or SquidGuard?

    2
    0 Votes
    2 Posts
    560 Views
    KOMK

    Squid is a caching proxy.  Squidguard is an URL filter.  Squidguard requires squid.  Squid uses authentication to allow/deny access while squidguard uses it for grouping purposes.

  • Is SquidGuard able to solve my problem?

    Moved
    1
    0 Votes
    1 Posts
    383 Views
    No one has replied
  • Squid Proxy not working with WhatsApp (transparent and npn-transparent)

    6
    0 Votes
    6 Posts
    5k Views
    G

    Added This to Firewall LAN rules whatsapp now passes the proxy.

    ![Whatsapp LAN Allow.png](/public/imported_attachments/1/Whatsapp LAN Allow.png)
    ![Whatsapp LAN Allow.png_thumb](/public/imported_attachments/1/Whatsapp LAN Allow.png_thumb)
    ![Whatsapp Alias.png](/public/imported_attachments/1/Whatsapp Alias.png)
    ![Whatsapp Alias.png_thumb](/public/imported_attachments/1/Whatsapp Alias.png_thumb)

  • Squidanalyzer not start

    5
    0 Votes
    5 Posts
    758 Views
    L

    Hi Marcello,
    I installed Pfsense version 2.4.3  it works now SquidAnalyzer.
    Programs I installed in the system
    Squid
    SquidGuard
    in squidanalyzer TOP DENIED empty

  • Squid+ad+kerberos

    3
    0 Votes
    3 Posts
    2k Views
    R

    Fixed keytab, got Kerberos. But cpu load is very high. Where i must paste “KRB5RCACHETYPE=none export KRB5RCACHETYPE” in /usr/local/pkg/squid.inc, to disable cache ?

  • Squid with AD groups + Kerberos authentication in pfsense?

    2
    0 Votes
    2 Posts
    5k Views
    fabricioguzzyF

    Hello Milan,
    here is a tip for you.

    use samba44. It has all kerberos support tools, including the keytab generation and it's quite simple to use it.
    Also, you will need squidguard to make your AD group search.
    You will need to add the Kerberos auth config lines in the advanced configuration for squid. (squid page. All the way down the page)
    Also, The correct authentication sequence should be:  Kerberos, NTLMv2 and then (optional) Basic Auth. Unless you really want to use Kerberos ONLY.

    hope that helps you.

    Fabricio.

  • HAProxy Elliptic Curve Certificates

    3
    0 Votes
    3 Posts
    2k Views
    R

    Hi Michael,

    I'm trying to configure a haproxy with a EC certificate and i configured global setting like you described:

    ssl-default-bind-options no-sslv3 no-tls-tickets
    ssl-default-bind-ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA

    my .pem file has privatekey + cert +certCA, still haproxy fails:

    parsing [/etc/haproxy/haproxy.cfg:48] : 'bind 10.10.1.5:443' : unable to load SSL private key from PEM …ne.com.pem'

    I'm runnig a v1.5 haproxy, what was the version you used?

    thanks,

    Ricardo

  • HAProxy Basic User Auth

    1
    0 Votes
    1 Posts
    669 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.