• Migrating IIS Reverse Proxy to HA Proxy

    1
    0 Votes
    1 Posts
    199 Views
    No one has replied
  • Squid Proxy Service not running

    4
    0 Votes
    4 Posts
    910 Views
    JonathanLeeJ
    Check to see if your ports are set correctly.
  • Cannot connect via app iOS on nextcloud and haproxy

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

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

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

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

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Is there a way to update to HA 0.63_5 on pfSense 2.7.2?

    1
    1 Votes
    1 Posts
    174 Views
    No one has replied
  • Youtube content getting filtered on Squid

    31
    1 Votes
    31 Posts
    6k Views
    T
    @JonathanLee Thats really great news, sorry was not following this since long (I switched from IT to Development). So to clean things up I will be closing PR and Redmine issue. Best Maharsh.
  • SSL error with two domains on one WAN with HAProxy

    3
    0 Votes
    3 Posts
    306 Views
    B
    @viragomann Yes, the host is reachable and the exchange server has the correct certificate. If I use normal portforwarding without a HAProxy at ports 80+443 from pfsense to the exchange server everything works properly.
  • SSH thru HA with pfSense question

    1
    0 Votes
    1 Posts
    121 Views
    No one has replied
  • Hot off the press!!!

    1
    0 Votes
    1 Posts
    333 Views
    No one has replied
  • 503 error with HAProxy

    11
    0 Votes
    11 Posts
    1k Views
    N
    @viragomann Thanks so much for your help. I finally got it working with WAN and LAN
  • Squid Proxy Server block any websites

    6
    0 Votes
    6 Posts
    738 Views
    JonathanLeeJ
    Some sites you need to splice it is complex software to configure. Don't give up you got your splice list keep going...
  • HAproxy unable to reach backends behind VPNs

    5
    0 Votes
    5 Posts
    491 Views
    W
    @viragomann Got it working! I wasn't able to reboot pfSense before because it's on production. Last night I scheduled a window and voilá... it works now. Thanks!
  • Slow throughput with HAproxy and SSL offload

    1
    0 Votes
    1 Posts
    184 Views
    No one has replied
  • Updated binaries of Haproxy

    9
    0 Votes
    9 Posts
    594 Views
    johnpozJ
    @maverick_slo not always the case.. While sure its good idea to keep your software updated, but if there are no bug fixes to address an issue your seeing, or security fixes that are of concern, or new features you want. There is nothing pushing to running a newer version when your current version is working fine. Ever hear the term if its not broke, don't fix it ;) Normally when a new version of pfsense comes out, the packages normally get an update along with that. But they don't always push updates to packages unless the package maintainer updates it, or there is some sort of security issue, etc.
  • How to get error files working after 2.7>/22>

    3
    0 Votes
    3 Posts
    384 Views
    P
    @jacklynjohnson start page like this and it will work. HTTP/1.0 503 Service Unavailable Cache-Control: no-cache Connection: close Content-Type: text/html <!DOCTYPE html>.........
  • HAproxy websocket vs. certificate - strange behaviours ...

    2
    0 Votes
    2 Posts
    541 Views
    P
    @planetinse If someone reads this the problem was related to HTTP/2 and http/1.1 and known issues post Haproxy 2.4 Enforcing traffic in frontend with alpn http/1.1 - solved the issue in my scenario. btw. the certificates was a blind-track, it was never related. https://github.com/haproxy/haproxy/issues/162
  • Realtime Stats (SQStat) error

    Moved
    19
    0 Votes
    19 Posts
    1k Views
    M
    I'm wondering, I changed my mode from "custom" mode to "splice all" mode and added these codes as you can see in the photo, the system and many blocked programs and applications started to work. What exactly is the logic behind this? @JonathanLee @stephenw10 Custom Options (SSL/MITM) = acl splice_it ssl::server_name .microsoft.com acl splice_it ssl::server_name .windowsupdate.com acl splice_it ssl::server_name .akamaitechnologies.com acl splice_it ssl::server_name .akadns.net acl step1 at_step SslBump1 ssl_bump peek step1 ssl_bump splice splice_it ssl_bump bump all ssl_bump peek step1 ssl_bump splice all My custom refresh_options on the Local Cache tab refresh_pattern -i windowsupdate.com/..(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims refresh_pattern -i microsoft.com/..(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims refresh_pattern -i windows.com/..(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims refresh_pattern -i microsoft.com.akadns.net/..(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims refresh_pattern -i deploy.akamaitechnologies.com/.*.(cab|exe|ms[i|u|f|p]|[ap]sf|wm[v|a]|dat|zip|psf) 43200 80% 129600 reload-into-ims If you want to restrict (bypass) ip addresses of your local Network :- acl splice_it ssl::server_name .microsoft.com acl splice_it ssl::server_name .windowsupdate.com acl splice_it ssl::server_name .akamaitechnologies.com acl splice_it ssl::server_name .akadns.net acl localnet src 10.0.0.0/8 #local network acl localnet src 192.168.0.0/16 #local network acl localnet src 172.16.0.0/12 #local network acl localnet src 2.2.2.2/32 #just for example acl step1 at_step SslBump1 ssl_bump peek step1 ssl_bump splice splice_it ssl_bump splice localnet # splice one more time ssl_bump bump all
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.