• [SOLVED] squid ca for ssl intersepting

    4
    0 Votes
    4 Posts
    940 Views
    R
    Thanks
  • Newbie Question: Getting only TCP_MISS(200, 206, 304, 412, etc) in Squid

    5
    0 Votes
    5 Posts
    11k Views
    T
    I seen alot of the same thing and wondered even if my proxy was working.  so in pfsense 2.0 I think I started looking for something to tell me how many hits and misses.. I found something and made it work in pfsense 2.0 and up to the latest version as of today. I am trying to make a package for it. Here is what i did so far for it. https://forum.pfsense.org/index.php?topic=87982.0
  • SQUID 0.4.29_1 +LDAP. authentication problem

    6
    0 Votes
    6 Posts
    6k Views
    D
    As noted above, noone touched LDAP for ages in the pfSense package. If someone screwed things upstream, it needs to be fixed upstream. http://bugs.squid-cache.org/index.cgi Also, there shouldn't be any need to use a GC unless you cannot specify the search domain/OU.
  • Squid Certificate https

    2
    0 Votes
    2 Posts
    1k Views
    P
    What you can do is host the certificate somewhere within your network, either on the pfsense web server or any other internal web server you have. Then you can edit the captive portal page to have a download button for the certificate, and ask users to install it. However, I don't know how much I recommend using Squid for HTTPS filtering. I'm not having very good luck with it myself, it seems to give all sorts of random problems such as slow browsing, or causing HTTPS websites to not work, certificate errors and all sorts. It seems to really be bodged together, on top of that… It doesn't really have SSL inspection. You're kinda limited to categorical blocking via domains.
  • Squidguard Regular expressions

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [PATCH][TESTREQ] Squid package 0.4.29 SSL/MITM proxy fixes

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    D
    Merged in 0.4.30 to 2.3.3/2.4, closing.
  • Haproxy

    2
    0 Votes
    2 Posts
    858 Views
    D
    @ledj: How do I install latest changes https://github.com/pfsense/FreeBSD-ports/commits/devel/net/pfSense-pkg-haproxy in pfsense 2.3.2 ? You don't. Use 2.3.3 snapshots. @ledj: And will haproxy (not dev) soon be based on upstream 1.7 stable branch ? Uhm, no? That'd be 1.8 when it's stable. And -dev would become whatever is the development branch upstream at that point.
  • Squidguard, Transparent Proxy and Webmail

    1
    0 Votes
    1 Posts
    570 Views
    No one has replied
  • Egress filtering + squid gives me issues

    7
    0 Votes
    7 Posts
    2k Views
    czar666C
    Update: Like I thought, disabling dns rule had an immediate impact on the network.
  • NT DOMAIN not listed in the authentication method list

    2
    0 Votes
    2 Posts
    589 Views
    D
    You do not make it appear, it was removed (https://redmine.pfsense.org/issues/7017). Use LDAP.
  • Squidguard blocking LAN I.P adresses

    5
    0 Votes
    5 Posts
    2k Views
    C
    What does your WPAD file look like? Should be somewhat similar to this for the basics… Mine's a little different from the most basic, but this works fine for me, even when I have the option to block by IP addresses in the URL set, since the connections aren't proxied and are connecting directly. function FindProxyForURL(url,host) {   if(isPlainHostName(host))   {     return "DIRECT";   }   if(isInNet(host,"127.0.0.1","255.255.255.0"))   {     return "DIRECT";   }   if(isInNet(host,"192.168.0.0","255.255.255.0"))   {     return "DIRECT"   }   return "PROXY 192.168.1.1:3128"; }
  • Squidguard blacklist notification

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Newbie issue with SSL MITM with Squid

    1
    0 Votes
    1 Posts
    521 Views
    No one has replied
  • Squid revealing itself?

    2
    0 Votes
    2 Posts
    883 Views
    D
    That's not Squid, that's from C-ICAP/ClamAV. You'd need to switch to the manual config there and find whatever to set there in docs. Good luck.
  • Shallalist dead..?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Reverse Proxy -> IPv6 support

    9
    0 Votes
    9 Posts
    2k Views
    G
    @doktornotor: notes that HAproxy works out of the box and whole lot better than Squid for reverse proxy. Configured HAproxy now.  Much better and flexible! And Exchange works perfect. thx
  • Cannot Connect to URL through Squid

    2
    0 Votes
    2 Posts
    809 Views
    K
    Well I finally got it to work by adding the CIDR networks in the Bypass Proxy for these Destination IPs field under the Squid Package but I believe there is a problem if I replace the entry with an alias. After adding the alias I was no longer able to connect. Is this a bug or an error on my part? Your help would be much appreciated. [image: Bypass.jpg] [image: Bypass.jpg_thumb] [image: Bypass2.jpg] [image: Bypass2.jpg_thumb] [image: Aliases.jpg] [image: Aliases.jpg_thumb]
  • Multi segmented downloading broken in squid

    4
    0 Votes
    4 Posts
    985 Views
    N
    It's too bad. Thanks for your feedback.
  • 0 Votes
    49 Posts
    13k Views
    jimpJ
    It works fine, this is an ancient issue that has nothing to do with the modern package system. Start a new thread if you have a problem, but it's not related to this. Locking thread.
  • HPKP and HSTS in haproxy-1.6.6 (package 0.48_1)

    2
    0 Votes
    2 Posts
    1k Views
    P
    Pretty much anything belonging with a frontend can be configured in the 'Advanced pass thru' field. Or did you mean something else? Something like this: http-response add-header Public-Key-Pins "pin-sha256=\"KEY1\"; pin-sha256=\"KEY2\"; max-age=15768000" p.s. Do start with low age like 60 seconds, until your sure you've got the configuration right.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.