• The error block more than 5 sites ...

    1
    0 Votes
    1 Posts
    268 Views
    No one has replied
  • ICAP Protocol Error

    9
    0 Votes
    9 Posts
    4k Views
    I
    Same here, re-appearing in 2.4.3-RELEASE-p1 on a Netgate SG-3100. Looks to me too high i/o(???) PFSense installed on 'thrid party' pc hardware works normally. Restarting ClamAV works for some hours and then protocol errors appear again. Updating ClamAV once a day lowered to once a week -> no difference Bypassing will prevent this ICAP protocol error but is not really a solution. Thanks, Imp
  • SSL Man In the Middle Filtering blocking any app

    Moved
    17
    0 Votes
    17 Posts
    6k Views
    reza3swR
    @gertjan said in SSL Man In the Middle Filtering blocking any app: The MITM "problem" will probably never get solved. Thank you very much
  • HTTPS not working correctly with Squid Proxy

    2
    0 Votes
    2 Posts
    3k Views
    reza3swR
    Hi I had the same problem But I put the list IP of this site in Bypass and the problem was resolved Go to Firewall Aliases>ADD+ Name: trello Type : Network(s) 23.45.96.0/20 104.66.78.18/20 Save And Go to Services > Squid Proxy server in Bypass Proxy for These Destination IPs type : trello Save and restart squid service
  • pfSense keeps blocking google.com, I lost all hope

    Moved
    9
    0 Votes
    9 Posts
    7k Views
    luckman212L
    @marcelloc said in pfSense keeps blocking google.com, I lost all hope: If you run a tcpdump on your LAN while trying to google something with chrome, you will see it going on UDP port 443 instead of default TCP port. That's the QUIC protocol right? You can block it with a firewall rule blocking udp80/443 https://wiki.squid-cache.org/KnowledgeBase/Block%20QUIC%20protocol or disable it using a Chrome flag: chrome://flags > QUIC protocol > Disable I'm sure there was a good thread about it here on this forum but now for the life of me I can't find it.
  • LightSquid Refresh Schedule Data Loss

    2
    1 Votes
    2 Posts
    1k Views
    C
    I just can not believe this bug even exists, let alone after so many many years after it has been created (8 years).
  • Squid + Squdiguard with LDAP

    2
    0 Votes
    2 Posts
    690 Views
    W
    you must configure the authentication in both now so that it works, you need to create an acl of groups with AD in the squidguard by changing the parameters of the example: ldapusersearch ldap://192.168.0.100/DC=domain,DC=com?sAMAccountName?sub?(&(sAMAccountName=%s)(memberOf=CN=it%2cCN=Users%2cDC=domain%2cDC=com))
  • Squid + Squidguard + active directory + SSO

    5
    0 Votes
    5 Posts
    5k Views
    vallumV
    @_neok said in Squid + Squidguard + active directory + SSO: This video is a bit old but the general outlines helped me make it work. Yes this works, i have modified this package according to my requirement and works like a charm.
  • How to make some IP/hosts not authenticate

    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • HAproxy: 2 frontends for one backend?

    1
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • HaProxy Rewrite Subfolder to Root

    7
    0 Votes
    7 Posts
    3k Views
    SoloamS
    That is the solution that gives me a lot of troubles... When I point https://mydomin.com/media/ => https://media.local:2020/media/ I have to configure media.local to have a service running on a different path, and that brings a lot of problems. The easyest solution would be to mask the url and rewrite https://mydomin.com/media/ to https://media.local:2020 that way I don't need to mess with the destinations servers.
  • Can I use ACME certificate for SSL MAN HTTPS mode?

    3
    0 Votes
    3 Posts
    360 Views
    reza3swR
    Thanks derelict
  • how you setup Cache Proxy to a cache drive

    Moved
    21
    0 Votes
    21 Posts
    4k Views
    C
    i know this pfsense chat but you seem very smart in this other stuff too i had another question if i have a unraid and it rsyncs to a freenas if data on teh unraid bit rots wont it bit rot the freenas or should i be scrapping unraid all together. i just like it its easier to use then freenas but i do like some things freenas has so there is no happy medium or best solution windows i guess lol
  • HAProxy TCP/use client ip and carp cluster problem

    16
    0 Votes
    16 Posts
    2k Views
    B
    @brlamnr said in HAProxy TCP/use client ip and carp cluster problem: @piba said in HAProxy TCP/use client ip and carp cluster problem: @brlamnr Can you check result of command 'ipfw show' ? Following after activating client-ip: 00010 0 0 fwd ::1 tcp from 10.3.128.10 443 to any in recv cxl0.79 00011 108 20412 fwd ::1 tcp from 10.3.128.11 443 to any in recv cxl0.79 65535 48732381 4651172490 allow ip from any to any It didn't work. Same behavior. Thanks.
  • squidguard ACL

    1
    0 Votes
    1 Posts
    457 Views
    No one has replied
  • Lightsquid sqstat not auto-refreshing

    6
    0 Votes
    6 Posts
    3k Views
    R
    Edit file /usr/local/www/sqstat/sqstat.php change line $res .= "$('#sqstat_updtime').html({$time}');"; to $res .= "$('#sqstat_updtime').html('{$time}');";
  • Proxy Detected Error

    6
    0 Votes
    6 Posts
    1k Views
    marcellocM
    If the destination ip/port is the pfSense ip with proxy port, then it's a direct connect. If the destination ip/por is an valip ip address with port 80 or 443 then it's a transparent connection if transparent mode is configured. The basic usage for tcpdump is: tcpdump -ni YOUR_LAN_OR_WAN_INTERFACE host YOUR_CLIENT_IP
  • Squid + ClamAV + syslog

    1
    0 Votes
    1 Posts
    461 Views
    No one has replied
  • Squid as transparent HTTP/HTTPS whitelist only proxy

    6
    0 Votes
    6 Posts
    3k Views
    marcellocM
    @cloudfw said in Squid as transparent HTTP/HTTPS whitelist only proxy: @marcelloc But why is it working with HTTP then? same thing DNS lookup, then direct http to IP traffic. Have you had this HTTPS setup working? Because http traffic is not encrypted, squid can see the packet content. With ssl in splice all mode, squid does not intercept the connection, it just tries to check the server certificate. before establishing a tunnel between the client and the server.
  • nginx: (40: Message too long)

    Moved
    4
    0 Votes
    4 Posts
    721 Views
    B
    i'll give it a try.. thanks
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.