• Ciphers of Squid

    1
    0 Votes
    1 Posts
    483 Views
    No one has replied
  • Squid slows down the network (DNS) to almost unusable

    7
    0 Votes
    7 Posts
    1k Views
    perikoP

    No issue, u can get the file from the console(ssh):

    /usr/local/etc/squid/squid.conf ```  :)
  • Light Squid Report Problem [Solved]

    2
    0 Votes
    2 Posts
    566 Views
    D

    Solution:

    1. Diagnostics => Command Prompt
    2. rm -rf /var/squid/logs/
    3. rm -rf /var/lightsquid/report/
    4. Reboot
    5. LightSquid Refresh and Full Refresh.

  • Squid: MIME path to blocked log list

    1
    0 Votes
    1 Posts
    295 Views
    No one has replied
  • SquiGuard allow just the facebook portal of the company?

    9
    0 Votes
    9 Posts
    942 Views
    perikoP

    I had try both, looks like pfsense+squid+squidguard have something wrong with this part. ???

  • HAproxy and some Beginner issues

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Clamd not starting

    5
    0 Votes
    5 Posts
    1k Views
    I

    4Gb's ram is more realistic as long as you don't go overboard with your configuration.

  • Can't get Reverse Proxy SSL to Work

    1
    0 Votes
    1 Posts
    497 Views
    No one has replied
  • Squid Reverse Proxy

    2
    0 Votes
    2 Posts
    609 Views
    SoloamS

    Ok, I have HTTPS Reverse Proxy working, I get a valid ssl connection to my services that are being handled by the Proxy.

    Adding a new question to the previews post. I can see a valid ssl connection to my service in chrome, but this is the connection between my pc and the proxy correct? How can I validate that the proxy is making a valid ssl connection with the service?

    Thank You

  • SquidGuard settings not saving/updating

    4
    0 Votes
    4 Posts
    1k Views
    KOMK

    I hate me sometimes…

    I hate inconsistent interfaces.  The way squidguard does this is completely different from every other part of pfSense.  No other option makes you go back to a different page to apply the settings like squidguard.  It catches people all the time like it did to you.

  • Going INSANE - Pfsense in bridge mode and Squidguard not workign :(

    3
    0 Votes
    3 Posts
    871 Views
    A

    I got this working by simply binding squid to the two interfaces that made up the bridge (in my case). Eg rather than Bridge0, I used LAN and OPT1 (ath0). I have an atheros wireless card in the netgate box so this is really the only way to get it all working. Doesn't miss a beat.

  • WhatsApp not working on squid ssl,

    4
    0 Votes
    4 Posts
    3k Views
    A

    Iae pessoal!

    Consegui liberar o Whatsapp no pfsense 2.4.2 A25, fiz o seguinte:

    Criei 4 Alias

    1º Nome = "whatsapp", Tipo = "host's", IP ou FQDN = "web.whatsapp.com"; - (Este fará a liberação do site inicial).

    2º Nome = "web_whatsapp_com", Tipo = "Rede's", Rede ou FQDN = "31.13.85.51/32, 2a03:2880:f205:c5:face:b00c::167/128, mmx-ds.cdn.whatsapp.net/32" - (Estes endereços foram obtidos pela Ferramenta de Diagnostico DNS Lookup - OBS: essas informações foram obtidas para o Brasil, faça o DNS Lookup caso esteja em outro pais, pois, os ips podem ser diferentes).

    3º Nome = "whatswss", Tipo = "Host's", IP ou FQDN = "w1.web.whatsapp.com, w2.web.whatsapp.com, w3.web.whatsapp.com, w4.web.whatsapp.com, w5.web.whatsapp.com, w6.web.whatsapp.com, w7.web.whatsapp.com, w8.web.whatsapp.com - (Este fará a liberação do socket wss).

    4º  Nome = "w2_web_whatsapp_com", Tipo = "Rede's", Rede ou FQDN = "169.55.74.45/32, 169.55.74.36/32, 158.85.224.179/32, 158.85.224.174/32, 169.55.74.56/32, 169.55.69.156/32, 158.85.224.173/32, 169.44.84.154/32, dyn.web.whatsapp.com/32 " - (Estes endereços foram obtidos pela Ferramenta de Diagnostico DNS Lookup para liberação do socket wss - OBS: essas informações foram obtidas para o Brasil, faça o DNS Lookup caso esteja em outro pais, pois, os ips podem ser diferentes).

    Como meu escopo é liberado por grupos, ex: "Engenharia, Financeiro, Compas, TI e Gerência", utilizei uma Expressão Regular para limitar os acessos, ex:

    Criei uma Categoria LiberaWhats, no campo Expressão Regular digitei o seguinte "./web.whatsapp.com/.|whatsapprede|.*/w.web.whatsapp.com/.|.rsdf$"
    São 3 expressões, uma para o site inicial, outra para permitir a o java script e outra para o socket wss,  após cria-lá vá no grupos ACL no meu caso o grupo Gerência a categoria ficou como Allow, já nos demais deixei como Deny, assim fica liberado somente para um grupo.

    OBS: Estou utilizando proxy transparente.

  • "all settings and data will be wiped on…" bug in Squid Proxy?

    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • E2guardian4

    4
    0 Votes
    4 Posts
    1k Views
    P

    Make sure you have the unofficial repo added  and make sure you've got that CA generated for SSL MITM. After setting that up in E2G settings, it should work fine.

  • Squid proxy with parent cache and authentication

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • HaProxy with Offloading - unable to login to web site

    5
    0 Votes
    5 Posts
    2k Views
    P

    The 'Use "forwardfor" option' in the frontend might help?

    Otherwise use a 'action' to perform a "http-request header set" with name: X-Forwarded-Proto and fmt: https

  • HAProxy and acl files

    2
    0 Votes
    2 Posts
    1k Views
    P

    Depends a little bit what kind of file you would like to use.. It is possible to use "Source IP matches IP or Alias" as a acl.. for which you then can create a alias in pfSense with IP's and subnets to match against.. But if you want to specify a domain>certificate or domain>backend 'list' or some other option that needs loading from file (besides a few things like lua and errorfiles..). Then the webgui is the thing that doesn't really 'support' it..

    Haproxy binary itself is should have most if no all features described in the manual..

  • SQUID FYI Space in Aliases

    2
    0 Votes
    2 Posts
    319 Views
    P

    Also noticed opening HTTPS 443 still allows HTTP on 80

  • Squid/ SquidGuard doesnt do what's supposed

    3
    0 Votes
    3 Posts
    571 Views
    T

    Hey!

    Thanks for the help man!
    For some reason when I switched the firewall to another network it started working, but thanks for the help!

  • SquidGaurd Error Page + Transparent Proxy

    4
    0 Votes
    4 Posts
    5k Views
    M

    Over a year later, I, too, am getting the same error but haven't found a solution yet.
    Antivirus is disabled so I don't know what else to try.

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