• SQUID authorization using kerberos helper and two domain controllers.

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [HAPROXY] Links rewriting

    2
    0 Votes
    2 Posts
    734 Views
    P
    Why not use subdomains? app1.mydomain app2.mydomain and use haproxy to send those to the correct webserver? Sounds like a way simpler approach? As for rewriting the 'body' of a request or response, thats something that haproxy does not support (yet). Though with lua scripting there are some options to try and implement such a thing yourself, probably wont be easy though..
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    45 Views
    No one has replied
  • Squid - AD user is denied from edit config files

    2
    0 Votes
    2 Posts
    382 Views
    K
    Guys, seems like it's my stupid fault... I selected all available permissions where one is explicity "User - Config: Deny Config Write"... I have removed this rule and now all is good.
  • PFsense squidGuard faulty URL check

    1
    0 Votes
    1 Posts
    404 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    37 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    77 Views
    No one has replied
  • haproxy ldap authentication

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • TCP_MISS/503

    13
    0 Votes
    13 Posts
    10k Views
    P
    @rootvallum Nope, the response i got is Apache-Coyote/1.1
  • Squidguard group ACL order

    2
    0 Votes
    2 Posts
    587 Views
    H
    Anyone here ?
  • HAProxy Backend ssl setting bug?

    6
    1
    0 Votes
    6 Posts
    1k Views
    P
    By putting check-ssl keyword in the config. https://github.com/pfsense/FreeBSD-ports/blob/ae27b1718e27a0655adf27b99fc1df6c90f1c524/net/pfSense-pkg-haproxy-devel/files/usr/local/pkg/haproxy/haproxy.inc#L1120 Anyhow that line will be gone soon..
  • Squid AD authentication server list

    3
    0 Votes
    3 Posts
    888 Views
    marcellocM
    If you are using ldap port, you can try to create a load balance on pfsense for port 389 and point you config to it.
  • XMLRPC Sync Squid

    5
    0 Votes
    5 Posts
    1k Views
    vallumV
    @marcelloc said in XMLRPC Sync Squid: @rootvallum said in XMLRPC Sync Squid: @marcelloc Hi marcello can you give suggestion please :) You will need to code a bit to get it working. Take a look on sync replication code under squid.inc. You will see all the "tabs" it includes before pushing to backup server. If you comment tabs you do not want to sync, you can forward your configuration to other boxes. $xml = array(); $xml['squid'] = $config['installedpackages']['squid']; $xml['squidupstream'] = $config['installedpackages']['squidupstream']; $xml['squidcache'] = $config['installedpackages']['squidcache']; $xml['squidantivirus'] = $config['installedpackages']['squidantivirus']; $xml['squidnac'] = $config['installedpackages']['squidnac']; $xml['squidtraffic'] = $config['installedpackages']['squidtraffic']; $xml['squidreversegeneral'] = $config['installedpackages']['squidreversegeneral']; $xml['squidreversepeer'] = $config['installedpackages']['squidreversepeer']; $xml['squidreverseuri'] = $config['installedpackages']['squidreverseuri']; $xml['squidauth'] = $config['installedpackages']['squidauth']; $xml['squidusers'] = $config['installedpackages']['squidusers']; /* Assemble XMLRPC payload */ $params = array(XML_RPC_encode($password), XML_RPC_encode($xml)); Remember to disable replication on squid before any package update/upgrade. Thanks for your Guidance marcello . I'll try this :)
  • SquidGuard to syslog

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    J
    nope, does not seem to work. Best way I've been able to get to work is by forwarding the nginx logs like I described above. Would prefer not to do it this way since tons of messages get sent when you are in the pfSense mgmt interface for a device. I'll keep trying to figure out how to just get the block.log.
  • Squid for Microsoft Office Starter

    Moved
    1
    2
    0 Votes
    1 Posts
    486 Views
    No one has replied
  • HAProxy / Rancher config

    Moved
    7
    0 Votes
    7 Posts
    3k Views
    J
    Yep, that was it, needed to do the action. Thanks for the help! frontend rancher bind 10.168.12.20:443 name 10.168.12.20:443 ssl crt /var/etc/haproxy/rancher.pem mode http log global option http-keep-alive option forwardfor acl https ssl_fc http-request set-header X-Forwarded-Proto http if !https http-request set-header X-Forwarded-Proto https if https timeout client 30000 acl aclcrt_longhorn hdr_reg(host) -i ^longhorn\.home\.swth(:([0-9]){1,5})?$ acl aclcrt_rancher hdr_reg(host) -i ^rancher\.home\.swth(:([0-9]){1,5})?$ use_backend rancher_http_ipvANY if aclcrt_longhorn or aclcrt_rancher aclcrt_rancher
  • How to use browsers without authentication prompts

    1
    0 Votes
    1 Posts
    381 Views
    No one has replied
  • Squidguard behind parent proxy issues

    1
    0 Votes
    1 Posts
    274 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.