• Squid to specific gateway

    Moved
    2
    0 Votes
    2 Posts
    317 Views
    stephenw10S
    You can set the outgoing source address for requests which will effectively set the gateway used. That is done using the tcp_outgoing_address directive in the custom options before auth field. You would need static IP(s) to use that though. Steve
  • Squid Reverse Proxy doesn't work TCP_MISS/404

    2
    4
    0 Votes
    2 Posts
    2k Views
    D
    @douglas-filipe So after a big research I not found any solution... I tried to use HAProxy, without success too... I believe that reverse proxy packages doesn't work together with pf2ad solution or any other proxy auth solution. I'm right? I did new pfsense with no proxy auth and reverse proxy publish works great ! Best regards team!
  • lightsquid report filtering

    5
    0 Votes
    5 Posts
    737 Views
    KOMK
    @WD_Doug If none of the stock methods for reporting the user work for that, then you're going to have to hack something up. These might be useful: http://lightsquid.sourceforge.net/How%20It%20Work.html https://forum.netgate.com/topic/88886/lightsquid-not-showing-users/7 @mauricio2669 Not really, and even the report itself is built on the fly from several pieces so it's not easy to parse yourself.
  • SquidGuard / Light Squid Report / Squid Usewr Access Report

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

    45
    5
    0 Votes
    45 Posts
    14k 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
    959 Views
    I
    @kiokoman thanks!
  • squidGuard squidguard_log.php wrong

    2
    0 Votes
    2 Posts
    366 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
    1k Views
    stephenw10S
    Yeah, that looks more like real data.
  • not mail with SQUIDGUARD

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

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

    9
    0 Votes
    9 Posts
    2k 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
    911 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
    195 Views
    No one has replied
  • squidguard Package/Squid/Realtime Stats (SQStat)

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

    2
    0 Votes
    2 Posts
    523 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
    301 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
    533 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
    1
    0 Votes
    1 Posts
    274 Views
    No one has replied
  • How to block Google search keyword

    3
    0 Votes
    3 Posts
    333 Views
    A
    you can also force google and bing into safe mode
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.