• SquidGuard / Light Squid Report / Squid Usewr Access Report

    1
    1 Votes
    1 Posts
    260 Views
    No one has replied
  • [solved] backend server nginx down HAProxy

    45
    0 Votes
    45 Posts
    11k Views
    P

    @wesleylc1
    Then it seems you have answered your question why the host header must be send in checks 👍 . HAProxy's health-checks by default do not send this header and your nginx configuration needs it to find the correct virtual host with the server_name configuration. The 'default virtual host' likely returns the 400 response status. Its nice to know that doing some research and actually understanding how things work you can succeed with fishing without needing other people to give you the fish, that will definitely help with future diagnosing of issues.

  • Double server squid and rsyslog same pc?

    Moved
    6
    0 Votes
    6 Posts
    762 Views
    I

    @kiokoman thanks!

  • squidGuard squidguard_log.php wrong

    2
    0 Votes
    2 Posts
    279 Views
    jimpJ

    Make a bug report at https://redmine.pfsense.org/projects/pfsense-packages

  • lightsquid only 127.0.0.1 user

    Moved
    10
    0 Votes
    10 Posts
    923 Views
    stephenw10S

    Yeah, that looks more like real data. ☺

  • not mail with SQUIDGUARD

    1
    0 Votes
    1 Posts
    315 Views
    No one has replied
  • send-proxy option

    1
    0 Votes
    1 Posts
    281 Views
    No one has replied
  • android devices not working with Root CA

    9
    0 Votes
    9 Posts
    1k Views
    dragoangelD

    @gwaitsi Unfortunately I doesn't know, something wrong maybe with you CA. I done this before without any issue. It must process with success by cert install. No download needed. Can you try create new CA over Cert Manager and try again?

  • squid working, but how to bypass

    2
    0 Votes
    2 Posts
    833 Views
    M

    Some applications do not work well with PAC file.

    Are you using authentication ?
    Based on your config, it seems that you are bumping everything, tried splice all?

    Based on the problems I had, I found this:

    Some apps can work with PAC file, others not.
    Some apps can work with proxy authentication, like Kerberos for an exemple, others not.

    So, sometimes you will see Access Denied in Squid, because the apps like Pokerstars for an example are not carrying credentials to the proxy.

    Here, I have a Squid proxy with SSO, using Kerberos.

    Some apps don't work if I set Direct at the PAC file, however, they do work when I set a bypass like this:

    before_auth:

    acl whitelist dstdomain .pokerstars.com .dropbox.com <---- This allow everything to pokerstars.com and dropbox.com to go through the proxy without authentication
    auth_param negotiate program /usr/local/libexec/squid/negotiate_kerberos_auth -k /usr/local/etc/squid/mykeytab.keytab
    auth_param negotiate children 100
    auth_param negotiate keep_alive on
    http_access allow whitelist <----- This allow whitelist before auth is required
    acl auth proxy_auth REQUIRED
    http_access deny !auth
    http_access allow auth

  • Comodo SSL for pfsense webgui

    Moved
    13
    0 Votes
    13 Posts
    2k Views
    jimpJ

    ACME/Let's Encrypt is the best thing to do here, assuming you have a public domain available you can leverage and a supported DNS provider.

  • Proxy authentication error

    1
    0 Votes
    1 Posts
    188 Views
    No one has replied
  • squidguard Package/Squid/Realtime Stats (SQStat)

    1
    0 Votes
    1 Posts
    348 Views
    No one has replied
  • My proxy not block youtube some computers

    2
    0 Votes
    2 Posts
    425 Views
    KOMK

    There must be a domain involved that you aren't blocking. If you see them watching YouTube, check Squid's access log to see where they actually are going.

  • SquidGuard Error Page - Redirects to the IP not the SSL Domain

    Moved
    2
    0 Votes
    2 Posts
    252 Views
    stephenw10S

    Hmm, you could try using the url mode redirect method. Or maybe one of the other redirect methods.

    Steve

  • squid + squidguard blocking an app

    2
    0 Votes
    2 Posts
    424 Views
    KOMK

    Those are probably CDNs hosting the videos, and you may end up playing whack-a-mole trying to whitelist them all. Either allow IP addresses globally, or create an ACL for just your wife and allow them there.

  • (54) Connection reset by peer (TLS code: SQUID_ERR_SSL_HANDSHAKE)

    1
    0 Votes
    1 Posts
    267 Views
    No one has replied
  • How to block Google search keyword

    3
    0 Votes
    3 Posts
    300 Views
    A

    you can also force google and bing into safe mode

  • Squid Reverse proxy error with https

    1
    0 Votes
    1 Posts
    480 Views
    No one has replied
  • Squidguard Https block page not showing

    Moved
    14
    0 Votes
    14 Posts
    4k Views
    stephenw10S

    We did a hangout walk though on this. It explains everything you need to know:
    https://youtu.be/xm_wEezrWf4

    Steve

  • Pfsense+Mikrotik+Squid

    Moved
    2
    0 Votes
    2 Posts
    501 Views
    stephenw10S

    How is any of that configured? What are those IP addresses? What's working/not working?

    Steve

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