• Squid traffic management not working

    1
    0 Votes
    1 Posts
    358 Views
    No one has replied
  • How to Implement WPAD on multiple LAN

    2
    0 Votes
    2 Posts
    750 Views
    -flo- 0-
    I did this as follows (short version): I have squid running on pfSense. I deployed a wpad.dat in /usr/local/www/ (and added links from wpad.da and proxy.pac to it). This wpad.dat checks the network the requesting client is located in and returns an appropriate address for the proxy server. In the DHCP server I have assigned domain names to the networks. Also I have configured option 252 in the DHSP Server to point to the wpad.dat file in each network. In the DNS Forwarder I have configured wpad. <local domain)="">to point to the corresponding default gateway in each network. Is this what you were requesting? -flo-</local>
  • Squid - select loopback interface or not?

    13
    0 Votes
    13 Posts
    4k Views
    KOMK
    It's now a week later and you're still worrying about this?  Stuff works when it's selected, stuff breaks when it isn't.  Just leave it selected.
  • 0 Votes
    8 Posts
    1k Views
    P
    What details do you want to know?
  • HAproxy issue after installing 2.3.5 (SOLVED)

    13
    0 Votes
    13 Posts
    3k Views
    K
    Thanks for the reply, so after hours trail and error this is the config that worked to redirect the www to mydomain.com whats odd that every browser worked by putting the www.mydomain.com besides safari on the iphone but i guess who knows what safari does that wont let redirect, besides that internet explorer, chrome, firefox, puffin all worked well. What i did is to create another acl web2 host start with www then below with the prefix prefix https://mydomain.com which points to web2 Thank you again for all the help hope this helps others see picture [image: Clipboarder.2017.11.06-010.png] [image: Clipboarder.2017.11.06-010.png_thumb]
  • Squid reverse proxy SSL to HTTP host not working

    2
    0 Votes
    2 Posts
    921 Views
    A
    Bump.  Should what I trying to do work?  Everything I have read seems to indicate that this is a supported scenario.  Don't think it is a cert issue since I have wildcard cert configured in the reverse proxy. Any ideas? Thanks, Mike
  • FTP Client Proxy active vs passive mode

    1
    0 Votes
    1 Posts
    510 Views
    No one has replied
  • FTP Client proxy package and alias as Source Address

    1
    0 Votes
    1 Posts
    409 Views
    No one has replied
  • Squid Guard blacklist update & Squid Crash

    1
    0 Votes
    1 Posts
    752 Views
    No one has replied
  • IIS, Tomcat, multiple domains, and reverse proxy

    2
    0 Votes
    2 Posts
    1k Views
    O
    Hi vonfrank, i'm using pfsense packages haproxy and package acme on my pfsense for this similar situation. pfsense WebUI rconfigured to listen on Port 8443. pfsense WebUI disabled for redirect from Port 80. I've two frontends defined in haproxy: WAN:80 (for acme redirection and ssl cert sign) WAN:443 (for ssloffloading with all certificates for my websites) one acl for each certificate. configured as "Host matches:"-Expression. value is the CN of ssl-Certificate. one action for each acl to switch to every backend. SSL Certificates configured as "Additional certificates", in configuration area "SSL Offloading" checkbox "Add ACL for certificate CommonName. (host header matches the "CN" of the certificate)" checked backends in haproxy: one Backend for acme challenge. (I'm using the pfsense internal webserver for that) several other Backends. one for every site. some acl's for URL rewriting here my Backend config for acme to direct to pfsense's WebUI (listening on Port 8443): backend BE_ACME-Server_http_ipvANY mode http log global errorfile 403 /var/etc/haproxy/errorfile_BE_ACME-Server_http_ipvANY_403_http_503 timeout connect 30000 timeout server 30000 retries 3 acl acme_not_in_path path_beg -i /.well-known/acme-challenge http-request deny  if  !acme_not_in_path server pfsenseAdminWebpage 127.0.0.1:8443 ssl check inter 1000  verify none
  • Squid pool warning

    4
    0 Votes
    4 Posts
    964 Views
    KOMK
    I've never fiddled with those specific option so I can't really give you any guidance. https://wiki.squid-cache.org/Features/DelayPools https://www.howtoforge.com/squid-delay-pools-bandwidth-management
  • Squid windows 2012 AD auth settings?

    1
    0 Votes
    1 Posts
    420 Views
    No one has replied
  • Squid Guard Proxy when admin port changed?

    5
    0 Votes
    5 Posts
    1k Views
    V
    For ClamAV in Squid: Services > Squid Proxy Server > Antivirus > Redirect url: <your web="" interface="" url="">/squid_clwarn.php For example: https://pfsense.localdomain:8080/squid_clwarn.php I'm now trying to do the same in squidGuard: Services > SquidGuard Proxy Filter > Common ACL > Redirect mode: ext url err page (enter URL) Services > SquidGuard Proxy Filter > Common ACL > Redirect info: https://pfsense.localdomain:8080/sgerror.php But that throws me 'SSL_ERROR_RX_RECORD_TOO_LONG' errors.</your>
  • Squidguard sync from 2.2.6 to 2.4.1 not wokring

    2
    0 Votes
    2 Posts
    536 Views
    jimpJ
    For XMLRPC to work, all nodes must be on identical versions. You cannot sync between mismatched versions.
  • WPAD record under windows 2012 AD DNS

    4
    0 Votes
    4 Posts
    2k Views
    C
    For some reason, I remember Windows Server 2012 DNS being a pain when it comes to wpad entries… If I am not mistaken, due to the potential for abuse of WPAD on a network, Windows Server makes it difficult to add these records as they are in the Global Query Block List. The following may be of some assistance... https://technet.microsoft.com/en-us/library/cc995261.aspx https://technet.microsoft.com/en-us/library/cc995158.aspx https://technet.microsoft.com/en-us/library/cc995062.aspx?f=255&MSPPError=-2147217396
  • Squid transparent proxy doesn't work in Azure

    4
    0 Votes
    4 Posts
    3k Views
    K
    Squid in transparent mode fails for me as well - in general, not in Azure. I am running 2.4.1-RELEASE (amd64). I also use squidGuard. What I observed was that requests (downloads from LAN which should get caught by squid) bypass squid and get downloaded via WAN. They do no appear in the Real Time monitor (because no traffic at all shows up in the Real Time monitor). SquidGuard blocking does also not work. I tried to disable squid (Unchecked "Check to enable the Squid proxy.", hit Save) and re-enable it, but that didn't solve it. I tried to disable transparent mode (while keeping squid enabled, so I unckecked "Enable transparent mode to forward all requests for destination port 80 to the proxy server.", hit Save), then re-abled it (checked "Enable transparent mode to forward all requests for destination port 80 to the proxy server.", then hit Save), and, yes, suddenly transparent mode worked! Until the next reboot at least. I then re-disabled transparent mode, and re-enabled it again, and it was up again (content from the disk cache was getting served from the cache in transparent mode right away). Obviously, this workaround sucks a bit. I wonder if this could be automated…or fixed. :D Note that disabling transparent mode will clear the data "Bypass Proxy for These Source IPs" and "Bypass Proxy for These Destination IPs"! if you have anything in there, be sure to put in into the clipboard first. Or else you have to pull it from your config history. The XML tags are <defined_ip_proxy_off>and <defined_ip_proxy_off_dest>. Edit: it seems that doing changes in the WebGUI also causes transparent mode to stop working. I can not see whether a certain change did trigger this, as several changes occured around the time when squid stopped working in transparent mode. In any case, disbaling and re-enabling transparent mode did the trick to (temporarily) fix transparent mode. Another edit: it looks like having entries in "Bypass Proxy for These Source IPs" and "Bypass Proxy for These Destination IPs" breaks transparent mode. As the disable/re-enable cycle clears these fields, transparent mode works again…until I re-enter the required IP ranges back into these fields. Then transparent mode is disabled again. I then tried to delete the content in "Bypass Proxy for These Source IPs" and "Bypass Proxy for These Destination IPs" (without disabling/re-enabling transparent mode) and, yes, transparent mode suddenly started working again. Oh well.</defined_ip_proxy_off_dest></defined_ip_proxy_off>
  • 2.4 & squidguard - blocking leaving google search but not direct?

    2
    0 Votes
    2 Posts
    573 Views
    S
    Google AMP - https://www.ampproject.org/ ? maybe
  • Cache on squid installed on Pfsense not working

    5
    0 Votes
    5 Posts
    898 Views
    stephenw10S
    The reverse proxy is entirely separate, no need to enable that. Steve
  • [error] open() failed (2: No such file or directory)

    3
    0 Votes
    3 Posts
    1k Views
    kklouzalK
    I deleted the squid package since it was caching less than 5% of traffic anyways. But just in case your curious I revisited a bunch of the sites from the log that were throwing the error and it never came up once.
  • Blocking file extensions not shown in URL

    3
    0 Votes
    3 Posts
    510 Views
    D
    Sure. HTTPS filtering ON, Bump, splice whitelist. The Diadele solution may work, but it's not free. That solution probably rely on the Layer 7, since it promotes "Content Filter". After every new "virus spread" like today, the Bad Rabbit, I almost faint just by remembering that SOME content can't be blocked…
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.