• [SOLVED]squid wont cache squid tcp_miss200 & access denied

    10
    0 Votes
    10 Posts
    12k Views
    JonathanLeeJ
    @KOM thanks for the reply, I love this program, again not many people play around with storeID so I think I have replied to some older posts on it. The caching part of squid is amazing. It’s the $5 or static parts of the text files for the program that lack information on what they do. There is really no explanation on why the database files use that.
  • Add FastCGI App directly to HAProxy

    1
    1 Votes
    1 Posts
    204 Views
    No one has replied
  • 0 Votes
    7 Posts
    2k Views
    J
    it would be REALLY SLICK if someone were to develop a web gui for it, kinda like ntopng where you install clamav and then navigate to a web address:port-number and have a dedicated page for all things clamav.. I doubt there's even a way to request that, along with the considerable resources it would take to develop it.
  • StoreID and Squid "helper program"

    squid storeid
    16
    1
    1 Votes
    16 Posts
    4k Views
    M
    @JonathanLee said in StoreID and Squid "helper program": Does anyone work with Store ID? Unfortunately no, I didn't.. splice all with cache disabled for me. Squid/Squidguard was just to filter SNI header..
  • Haproxy Reverse proxy to old machine with old cipher

    30
    0 Votes
    30 Posts
    3k Views
    NightlySharkN
    @braunerroei said in Haproxy Reverse proxy to old machine with old cipher: multitech fax finder FF130 You can just connect a modern computer with your VoIP account from the ISP via App, get a cheap call center (grandstream or something), or even put a pcie pstn modem on a PC, they will all handle fax...Even fax and imaging of Windows can handle that. That thing will never again play with other devices. I read the manual. It's pre-WindowsXP...
  • URL Blacklist squidGuard

    24
    1 Votes
    24 Posts
    37k Views
    A
    @jaoms2024 said in URL Blacklist squidGuard: http://dsi.ut-capitole.fr/blacklists/download/blacklists_for_pfsense.tar.gz I just updated and it works still Begin blacklist update Start download. Download archive http://dsi.ut-capitole.fr/blacklists/download/blacklists_for_pfsense.tar.gz Download complete Unpack archive Scan blacklist categories. Found 64 items. Start rebuild DB. Copy DB to workdir. Reconfigure Squid proxy. Blacklist update complete.
  • cache_object// showing miss should not cache the loopback right?

    21
    4
    0 Votes
    21 Posts
    2k Views
    M
    @JonathanLee ow, good to hear that
  • Haproxy to DMZ not working

    6
    0 Votes
    6 Posts
    2k Views
    C
    @hhbarnes Is it better to use HAPROXY with DMZ ?
  • HaProxy + PfSense 503 Service Unavailable

    9
    0 Votes
    9 Posts
    2k Views
    A
    by the way when i change the setting to port 80 i get "502 Bad Gateway The server returned an invalid or incomplete response." and the site does work on port 80 without the HaProxy.
  • haproxy - what could go wrong?

    5
    1 Votes
    5 Posts
    562 Views
    S
    after some resetting i've created the following config that works: # Automaticaly generated, dont edit manually. # Generated on: 2024-03-11 21:50 global maxconn 1000 stats socket /tmp/haproxy.socket level admin expose-fd listeners uid 80 gid 80 nbthread 1 hard-stop-after 15m chroot /tmp/haproxy_chroot daemon tune.ssl.default-dh-param 2048 server-state-file /tmp/haproxy_server_state listen HAProxyLocalStats bind 127.0.0.1:2200 name localstats mode http stats enable stats refresh 3 stats admin if TRUE stats show-legends stats uri /haproxy/haproxy_stats.php?haproxystats=1 timeout client 5000 timeout connect 5000 timeout server 5000 frontend shared-https-merged bind WAN_IP:443 name WAN_IP:443 ssl crt-list /var/etc/haproxy/shared-https.crt_list mode http log global option socket-stats option http-keep-alive timeout client 30000 acl <subdomain-2> var(txn.txnhost) -m str -i <subdomain-2>.<domain-name>.<com> acl aclcrt_shared-https var(txn.txnhost) -m reg -i ^([^\.]*)\.<domain-name>\.<com>(:([0-9]){1,5})?$ acl aclcrt_shared-https var(txn.txnhost) -m reg -i ^<domain-name>\.<com>(:([0-9]){1,5})?$ acl <subdomain> var(txn.txnhost) -m str -i <subdomain>.<domain-name>.<com> acl <subdomain-3> var(txn.txnhost) -m str -i <subdomain-3>.<domain-name>.<com> acl <subdomain-4> var(txn.txnhost) -m str -i <subdomain-4>.<domain-name>.<com> http-request set-var(txn.txnhost) hdr(host) use_backend <subdomain-2>-<domain-name>_ipvANY if <subdomain-2> use_backend <subdomain>-<domain-name>_ipvANY if <subdomain> use_backend <subdomain-3>-<domain-name>_ipvANY if <subdomain-3> use_backend <subdomain-4>-<domain-name>_ipvANY if <subdomain-4> frontend http-redirect bind WAN_IP:80 name WAN_IP:80 mode http log global option http-keep-alive timeout client 30000 http-request redirect scheme https backend <subdomain-2>-<domain-name>_ipvANY mode http id 100 log global timeout connect 30000 timeout server 30000 retries 3 load-server-state-from-file global server <subdomain-2> 192.168.1.11:444 id 101 backend <subdomain>-<domain-name>_ipvANY mode http id 102 log global timeout connect 30000 timeout server 30000 retries 3 load-server-state-from-file global server <subdomain> 192.168.1.1:10443 id 101 ssl verify none backend <subdomain-3>-<domain-name>_ipvANY mode http id 103 log global timeout connect 30000 timeout server 30000 retries 3 load-server-state-from-file global server <subdomain-3> 192.168.1.7:443 id 101 ssl verify none backend <subdomain-4>-<domain-name>_ipvANY mode http id 104 log global timeout connect 30000 timeout server 30000 retries 3 load-server-state-from-file global server <subdomain-4> 192.168.1.5:443 id 101 Letting this one here in case someone needs it. As a sidenote to whole experience i find pfsense much more instable than it was few years ago when i used it first time . If i'd knew this ... And netgate presence is kinda zero, documentation is also in a very poor state. Anyway its working now ...
  • haproxy does not start

    2
    0 Votes
    2 Posts
    269 Views
    S
    can be closed
  • Haproxy Email Notification

    Moved
    2
    2 Votes
    2 Posts
    903 Views
    D
    @keval-shah This is from another thread: Haproxy just makes a plain tcp connection to port 25 and sends a few commands.. to push out a receiver subject and body.. the mailserver must be configured to not require authentication from haproxy's ip for this to work.
  • E2guardian não gera relatorios

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • 0 Votes
    1 Posts
    219 Views
    No one has replied
  • HAProxy: Servers with existing SSL certificates

    3
    0 Votes
    3 Posts
    627 Views
    C
    @Gertjan said in HAProxy: Servers with existing SSL certificates: what is logic Security. If someone were to take down a server with a DoS vulnerability, for example, they could spoof a service in that server's place and the wildcard cert would accommodate that. The SAN cert guarantees that I'm talking to who I want to be talking to. Another scenario would be if a server was compromised and the wildcard key was extracted, that would allow all the traffic across the network to be decrypted. However, I suppose if you use HA as the only TLS end point and don't re-use that wildcard certs on the servers themselves, that scenario doesn't really exist (though I imagine that some people probably do that). Then, the traffic from HAProxy to the server is unencrypted. I want end-to-end encryption.
  • HAproxy error and not work

    1
    0 Votes
    1 Posts
    341 Views
    No one has replied
  • Squid 6.5 !! Nov 6th

    squid update bug fixes upstream fix
    82
    3
    1 Votes
    82 Posts
    30k Views
    L
    https://forum.netgate.com/topic/186331/new-squid-6-7-and-clamav-1-3-0
  • haproxy returns 200 instead of 101 for websockets - from 2.7 forward

    2
    0 Votes
    2 Posts
    472 Views
    P
    @planetinse 23.09.1 I have taken away all other logic and just trying to offload TLS, (no fiddle with sni_fc_ssl or likewise) - and instead of expected 101 and Upgrade response header, I get 200, the tunnel is created and it works, but browser reuses earlier tunnel if i switch url that should use another backend. (it gets confused by the 200 response is my theory) 2.4 doing the same thing with the in 2.4 i get Expected 101 and Upgrade response header. Direct If i access backend directly it gives me the expected 101 and Connection upgrade.
  • TrueNas 23.10.0.1 WebUI appears continuously with rendering errors

    9
    0 Votes
    9 Posts
    1k Views
    M
    @mbl_s_1 geniunly confused........ so just to confirm, there never was a problem with pfsense or HA proxy? If thats the case then yeah..i guess...close..the forum post?
  • SQUID + SQUIDGUARD does not go up in PFSense 2.7.2

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