• Help - pfsense x86 v2.2 + squid3 + c-icap + https + squidguard-dev

    10
    0 Votes
    10 Posts
    15k Views
    L

    I have similar problems, this time with fresh install. Strange this is that c-icap binds only to IPv6 socket:

    netstat -na | grep 1344
    tcp6      0      0 *.1344                .                    LISTEN

    Is it the same on every installation? Can I enforce to bind it to ipv4? Same problem here - squid is unable to communicate with icap.

  • Squid service stopping due to Cache directory issue

    2
    0 Votes
    2 Posts
    2k Views
    R

    Welp. No success, so I changed the cache directory to /var/hddcache, and suddenly it works.

    So there's what you need to do folks.

  • Upgraded to 2.2.4, now cannot start squid3

    2
    0 Votes
    2 Posts
    683 Views
    KOMK

    Make a config.xml backup and then try again by installing from scratch then restore your config.xml.  For me, squid never works after any upgrade until I reboot the box or stop & restart the squid service.

  • SquidGuard Blacklist auto updating

    4
    0 Votes
    4 Posts
    2k Views
    R

    I found a work around. Since fetch does work I wrote a script to fetch the blacklist to /root. I put it in cron before the invoking the SquidGuard blacklist install.  I have the SquidGuard install the blacklist from /root. It is not elegant but it is functional.

  • Does Squid Block cookies

    3
    0 Votes
    3 Posts
    1k Views
    KOMK

    I use Squid in nontransparent mode Does it Block cookies ?

    1)  Squid generally isn't used to block anything.  It's a caching proxy.  While it can do some simple URL filtering, squidGuard is better suited.
    2)  Since these filter on domains/URLs, not web objects in general, it doesn't block cookies.

  • Syncing Squid to the backup firewall clears the Antivirus config

    2
    0 Votes
    2 Posts
    715 Views
    T

    I am having the same issue with clam AV. As soon as the primary  syncs with the secondary it clears my config on the secondary and no VirusScan happens. Any ideas?
    Temporarily I have disabled siync on the secondary but that is not the fix.

  • Adding a Port

    6
    1 Votes
    6 Posts
    2k Views
    A

    In Squidguard,

    Proxy filter SquidGuard: Common Access Control List (ACL)
    and in Target Rules deny a list that has torrents.

  • Proxy error 65 - I reboot and all is well ? Need Fix

    4
    0 Votes
    4 Posts
    883 Views
    GertjanG

    This means your question belongs here https://forum.pfsense.org/index.php?board=60.0

    A simple solution that will solve your problem : Remove Squid.
    It is (was ?) known that Squid modifies pfSense own script files, so be careful, be ready to re-install a clean pfSense version.

  • PfSense 2.2.3\. Squid reverse proxy with SSL wont work.

    4
    0 Votes
    4 Posts
    3k Views
    B

    hi.
    have you managed to resolve this? i'm seeing the same behaviour.

  • Squid Authentication LDAP failure

    3
    0 Votes
    3 Posts
    1k Views
    C

    FYI, some RFCs like 4515 describe string representation in search filters and especially characters that must be escaped.
    ampersand is clearly one of these which means it requires backslash as an escape character.

  • Haproxy - SNI SSL offloading with Subject Alternative Names

    4
    0 Votes
    4 Posts
    5k Views
    P

    Adding acl's is not used for selecting the certificate thats gets send back to the client which is only influenced by SNI and haproxy itself, it is however used for selecting which backend will actually serve the request. So if your hosting multiple sites, on different webserver behind 1 public ip, the using acl's is required for that. As you probably know the used host header for the acl can only be read after the ssl-handshake already completed.

    Ill check if i can add the option "Add ACL for certificate Subject Alternative Names." you mention, it seems indeed the X.tld is only added by default (by some ca's) for the www. subdomain.

  • Proxy Filter: sgerror.php

    5
    0 Votes
    5 Posts
    2k Views
    J

    Hello. I myself have the same problem wit the block page not displaying properly and it does when i switch the admin interface to use http instead https. Any fix for this yet?

  • Accented characters in squid proxy server ldap authentification

    2
    0 Votes
    2 Posts
    1k Views
    C

    I found a solution, here is what I did :

    viconfig, find the line ldap_user in <squidauth>type the letter with the accent. Now I can see the accented character in web configurator". I still cannot save, I think there is some kind of bug with accented characters with the proxy server LDAP authentication form in the web configurator.

    By way, to test the ldap connection from the shell /usr/pbi/squid-amd64/libexec/squid/squid_ldap_auth …. I had to create three missing symbolic link :

    ln -s /usr/pbi/squid-amd64/local/lib/libmd5.so.1 /usr/lib/libmd5.so.1
    ln -s /usr/pbi/squid-amd64/local/lib/liblber-2.4.so.8 /usr/lib/liblber-2.4.so.8
    ln -s /usr/pbi/squid-amd64/local/lib/libldap-2.4.so.8 /usr/lib/libldap-2.4.so.8

    Chris</squidauth>

  • Squidguard 1.9.14 Use SafeSearch engine still not working

    8
    0 Votes
    8 Posts
    2k Views
    K

    ohhh oops, by any chance is there a way to redirect youtube to another webpage?

  • Pbirun taking all the available CPU on 2.2.2

    8
    0 Votes
    8 Posts
    2k Views
    J

    Is a reinstall needed to fix this?

  • [SOLVED] Squidguard doesn't start when i start pfsense

    6
    0 Votes
    6 Posts
    3k Views
    KOMK

    I'm glad the ACL addition solved your problem.

  • Disable log on squidguard Ads block - [blk_BL_adv]

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Squid3 on Transparent HTTP proxy dont work

    35
    0 Votes
    35 Posts
    5k Views
    KOMK

    I found that after an upgrade I need to delete the squid cache or else webpages will not load

    Thanks.  My next maintenance window is this Friday night.  I'll try it again after whacking the cache structure.

  • Ghost WAN traffic when enable Cache Dynamic Content

    2
    0 Votes
    2 Posts
    759 Views
    KOMK

    i am winding WAN traffic in traffic real time display but no LAN traffic

    This is a problem with Squid and dynamic content.  For each smaller segment of a file that your system requests, squid will download the entire file.  This means taht for 100MB of LAN traffic, you may be downloading more than 1 GB.  I don't know how to fix that.  I usually disable Dynamic Content in Squid.

    also can anyone explain 4320 100% 43200 reload-into-ims;  means ?

    http://www.squid-cache.org/Doc/config/

  • Destination ::1 with Squid 3 (package 0.2.9) [SOLVED]

    10
    0 Votes
    10 Posts
    2k Views
    M

    Solved.

    After Facebook APP update it works now.  >:(

    "Something's not working with the Facebook for iOS app.

    If something's not working with the Facebook app for iPhone or iPad, first make sure you have the most up-to-date version of the app. To do this, go to the App Store on your iPhone or iPad and update the app. If there's a newer version of the Facebook app you don't have yet, it'll be listed there for you to download.

    If this doesn't solve your issue, try reporting your problem to us."

    https://www.facebook.com/help/168738436521284

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.