• Monitor Squid Status

    2
    0 Votes
    2 Posts
    756 Views
    A
    I used this thread starting at reply #72: https://forum.pfsense.org/index.php?topic=87982.60
  • Pfsense 2.3.4 + Squid 0.4.36.4 state of art

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [Question] - Configuring HAProxy with wildcard certificate.

    11
    0 Votes
    11 Posts
    6k Views
    C
    It works now: Went to IIS Manager -> Default web site -> Bindings -> Edit Https/443 -> Check Require Server Name Indication -> Hostname (enter the url hostname) and press OK. Seems that this is required under special circumstances. Thanks for the help!
  • ClamAv Not Running

    2
    0 Votes
    2 Posts
    2k Views
    mtarboxM
    Sometimes it takes a bit. This is a clip from my realtime view on squid_monitor.php Message bytecode.cld is up to date (version: 301, sigs: 58, f-level: 63, builder: anvilleg) safebrowsing.cld is up to date (version: 45957, sigs: 2889505, f-level: 63, builder: google) daily.cld is up to date (version: 23401, sigs: 2075458, f-level: 63, builder: neo) main.cvd is up to date (version: 57, sigs: 4218790, f-level: 60, builder: amishhammer) ClamAV update process started at Sat May 20 12:18:00 2017 –------------------------------------ Clamd successfully notified about the update. Database updated (9183811 signatures) from db.us.clamav.net (IP: 200.236.31.1) bytecode.cld is up to date (version: 301, sigs: 58, f-level: 63, builder: anvilleg) safebrowsing.cld updated (version: 45957, sigs: 2889505, f-level: 63, builder: google) Downloading safebrowsing-45957.cdiff [100%] daily.cld updated (version: 23401, sigs: 2075458, f-level: 63, builder: neo) Downloading daily-23401.cdiff [100%] Trying host db.us.clamav.net (200.236.31.1)… Can't connect to port 80 of host db.us.clamav.net (IP: 64.6.100.177) nonblock_connect: connect timing out (30 secs) Trying host db.us.clamav.net (64.6.100.177)... Can't connect to port 80 of host db.us.clamav.net (IP: 168.143.19.95) nonblock_connect: connect timing out (30 secs) Can't connect to port 80 of host db.us.clamav.net (IP: 208.72.56.53)
  • Squid Proxy and Squidguard and WPAD

    5
    0 Votes
    5 Posts
    2k Views
    KOMK
    If you're running in transparent mode then there is no need to block anything on LAN.
  • Squid MITM proxy - certificate errors

    2
    0 Votes
    2 Posts
    1k Views
    M
    I've been having issues with the certificate system as well. The process seems so simple in pfSense, but my windows systems don't seem to like the certificates (I haven't tried it on any of my other computers yet). In fact I had to download Firefox because Chrome wouldn't even allow me to add an exception to reach pfSense after changing the web GUI certificate. As a test to see if your CA is working in windows you could create a cert for the web GUI. Then try to access the web GUI via HTTPS. What I would really like to do is create a CA in active directory, then import that to pfSense as the CA to use, but for the life of me I can't figure it out.
  • Squid Transparent HTTP Proxy, HA CARP, clamAV - websites load slowly.

    1
    0 Votes
    1 Posts
    586 Views
    No one has replied
  • Reg_ex help

    2
    0 Votes
    2 Posts
    741 Views
    P
    Why do you need regex for this? Why not use host overrides? Point mydomain1 to server 1 Mydomain2 to server 2
  • User authentication is not case sensitive

    1
    0 Votes
    1 Posts
    760 Views
    No one has replied
  • SquidGuard HTTPS filtering without ssl?

    9
    0 Votes
    9 Posts
    5k Views
    T
    @JSONSec: I have a similar issue. Splice All enabled, yet when I enable it all HTTPS fail. It's driving me nuts. Same problem here. If I Use explicit proxy in the config all is ok, but in transparent mode with Splice All enabled, HTTPS fails.
  • HAProxy will hangs when I upgrade to pfsense 2.3.4

    39
    0 Votes
    39 Posts
    10k Views
    N
    Sorry about the noob question in advance, but can someone please advise or point me in the right direction on how to update to the fix? I have tried a reinstall and it hasn't worked.
  • SquidGuard seems do not filtering traffic

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • The system returned: (54) Connection reset by peer

    1
    0 Votes
    1 Posts
    986 Views
    No one has replied
  • Squid Gurard Proxy Filtering

    3
    0 Votes
    3 Posts
    1k Views
    A
    yes, this I mean with the information from me that I pushed everytime the apply buttom after each change.
  • SQUID not resolving local hosts after UPDATE

    2
    0 Votes
    2 Posts
    824 Views
    F
    Hi, After a workaround I found that addin append domain in squid fixed the issue. Why this has changed ? I have been using squid pf for a year and had no issues. Thnx
  • FTP client Proxy problems

    3
    0 Votes
    3 Posts
    2k Views
    R
    Any way to debug this rules? I am seeing 127.0.0.1:8021 connection to destination ftp server on port 21. Then another connection to my IP on random high pot ie. 35145 however no traffic seem to pass back me. I would assume NAT isn't translating the traffic back to me. I did traffic check on router and I got this connections: WAN tcp WAN_IP:40578 (WAN_Virtual_IP:6304) -> ExternalFTPServer:21      ESTABLISHED:ESTABLISHED LAN tcp ExternalFTPServer:61821 (ExternalFTPServer:53869) <- ClientIP:53088      FIN_WAIT_2:ESTABLISHED WAN tcp WAN_Virtual_IP:38724 (ClientIP:53088) -> ExternalFTPServer:61821      ESTABLISHED:FIN_WAIT_2 LAN tcp 127.0.0.1:8021 (ExternalFTPServer:21) <- ClientIP:53087      ESTABLISHED:ESTABLISHED So some traffic is going over proxy and extenral ftp server Edit: Active mode works with this proxy, passive not. Tested with command line client on linux
  • Squid logs to splunk

    1
    0 Votes
    1 Posts
    889 Views
    No one has replied
  • Squid: white-list several domains only and block-list the rest

    3
    0 Votes
    3 Posts
    3k Views
    S
    Something like https://docs.diladele.com/faq/filtering/locked_policy.html ? I am not sure why your .* regex does not work in blacklist - most probably the squid conf that is generated expects domain names and NOT domain regex. Then try to specify something like (not tested): acl all_others dstdom_regex .* http_access deny all_others See http://wiki.squid-cache.org/SquidFaq/SquidAcl
  • SQUID proxy is not creating NAT rules and forwarding to port 3128

    5
    0 Votes
    5 Posts
    3k Views
    N
    Having the same problem with proxy not working on HTTP but HTTPS working since it is not setup for transparent proxy yet. Running pfSense 5.6.5 2.3.5-DEVELOPMENT. Setup SQUID with Transparent Proxy. em0 wan em1 lan, vlan10, vlan11, vlan12, vlan99, vlan100 I can see that ALL HTTP traffic is getting blocked.  Of course, websites with HTTPS are passing through the Transparent Proxy. My understanding is that pfs would make all necessary firewall rules and/or NAT translations to pass port 80 requests over to 3128. If I look at /tmp/rules.debug I see port 80 rules redirect to 3128 on the loopback interface. Setup Squid proxy redirect rdr pass on em1_vlan11 proto tcp from any to !(em1_vlan11) port 80 -> 127.0.0.1 port 3128 rdr pass on em1_vlan10 proto tcp from any to !(em1_vlan10) port 80 -> 127.0.0.1 port 3128 rdr pass on em1_vlan12 proto tcp from any to !(em1_vlan12) port 80 -> 127.0.0.1 port 3128 rdr pass on em1_vlan100 proto tcp from any to !(em1_vlan100) port 80 -> 127.0.0.1 port 3128 rdr pass on em1_vlan99 proto tcp from any to !(em1_vlan99) port 80 -> 127.0.0.1 port 3128 BUT FIREWALL log shows ALL port 80 requests getting blocked. HINTS.  Mainly wondering what would not be setup since it is supposed to create the necessary rules and I understand some rules are HIDDEN. Ng
  • Squid MITM Proxy certificate error

    9
    0 Votes
    9 Posts
    5k Views
    K
    Sophos had this error with chrome too, they were able to patch it. https://community.sophos.com/products/unified-threat-management/f/general-discussion/91085/https-scanning-web-protection-ssl-error-err_cert_common_name_invalid
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.