Haproxy 2.04 with openssl 1.1.1 TLS 1.3 not working
@PaulR wrote: Hi I have installed openssl 1.1.1 and then installed haproxy2.0.4. All looks good from haproxy side with haproxy -vv showing oot@aasfproxy1wlg:/etc/haproxy# haproxy -vv HA-Proxy version...
View ArticleSquirrel rediection abc.example.com/webmail/src/login.php
@raj wrote: Hi, I have added below configuration in haproxy.cfg, frontend https-in bind *:443 ssl crt path/of/cert Frontend redirect scheme https code 301 if { hdr(Host) -i abc.example.com } !{ ssl_fc...
View ArticleBlocking single TLS SNI
@kevin-dafm wrote: Hello HAProxy community, I have HAProxy acting as Load Balancer to a Kubernetes Cluster. I have a wildcard DNS entry for my “public” IP address on the HAProxy. I also have a wild...
View ArticlePerform health checks without PROXY protocol to Squid?
@neok wrote: I am using HAProxy 1.8 to balance in TCP mode between two or more Squid 4.7 servers. To see the source IP of the clients in squid I set up: http_port 3128 require-proxy-header acl...
View ArticleHAProxy + Consul Go Binary
@mike.blum wrote: HAProxy Technologies – 11 Dec 18 Building a Service Mesh with HAProxy and Consul - HAProxy Technologies In a service mesh, requests are passed to proxies that relay messages from one...
View ArticleHaproxy 2.0.4 AWS ECS SRV failure
@mnk0 wrote: Hi, can’t figure out why trying to create server-template backend to SRV records is failing. ERROR: /usr/local/etc/haproxy # /docker-entrypoint.sh haproxy -f haproxy.cfg Available polling...
View ArticleHAProxy for Microsoft Dynamics Navision - Desktop Base Application
@amrit wrote: Dear All, I am new to HAProxy and trying to configuration it so I need some help. I have deployed Microsoft Dynamics Navision 2016 desktop base application. Last time, my windows server...
View ArticleReload sequence details
@uliromahn wrote: Hi there! we are still seeing some bad behavior of HAProxy in our environment. To provide some context: we are currently running version 1.8.17 and 1.9.9 (in our canary to test it...
View ArticlePeers configuration to sync stick-table do not work
@Chen wrote: Hi, I’m trying to use the “peers” to sync stick-table for 2 haproxy processes on 2 servers. Here is my haproxy.cfg: global daemon user nobody maxconn 15000 group nogroup log /dev/log...
View ArticleOn the fly let'sencrypt for unknow domain
@pj.miche wrote: I search a way to use haproxy, not only for renewal, but for passing request to certbot, in case of lack of ssl for a not know domain that point to the public IP of the Haproxy . I...
View ArticleLoad balance requests from single connection
@gopusuresh wrote: hi, Can we load balance multiple Requests from a single tcp connection in tcp mode?? Posts: 1 Participants: 1 Read full topic
View ArticleConvert header names to lowercase
@neerajkhandelwal wrote: Hi, I’m looking to convert header names to lowercase in haproxy config. Pls help me out. Posts: 1 Participants: 1 Read full topic
View ArticleCapture request and response fields name in haproxy logs
@neerajkhandelwal wrote: I’m updating HAProxy config to capture request and response fields name in haproxy logs. # log the name of the virtual server capture request header Host len 20 # log the...
View ArticleSSL Pass-through yields SSL errors
@Stealthbird97 wrote: Hi there. I’m almost at the end of my tether here. I have no idea why this doesn’t work. All I am trying to do is SSL passthrough which should be simple enough (or so I thought)...
View ArticleCan HAproxy perform HTTP Heathcheck?
@newHA wrote: I’m doing a failover on Site A & Site B when site hit DB error, 404, 500 Internal error and etc error and the site will swing to Site B. Site A & B was configured on cPanel with...
View ArticleH2 DOS vulnerabilities (discovered by netflix). HAProxy Vulnerable?
@jdyke wrote: Hello. I was reading about the h/2 DOS exploits published last night in the Nextflix security blog, while most CVE’s mention either Apache or Nginx, i was wondering how/if HAProxy is...
View ArticleHow does HAProxy behave when algorithm is least connection and each backend...
@tt100 wrote: I have observed that for http-reuse set as safe and when all the servers in backend has 1 connection each with HAProxy. With least conn as the load balancing algorithm, how does HAProxy...
View ArticleConfigure Backend have different health-check endpoints
@ashguptak wrote: We are facing a use case where two servers configured for a Backend in HAProxy.cfg file have different health-check endpoints. How can we achieve a successful health check?...
View ArticleNo SSL on TCP Check
@uliromahn wrote: Hi HAProxy Experts! Some Background: we are using HAProxy in our Microservices environment running on Kubernetes. Some of the generated HAProxy config files have multiple backends...
View ArticleHAProxy Oracle Weglogic 12c Stickiness
@n.mihel wrote: We use HAProxy extensively for load balancing web services, EDI Services and Core Business applications. We are currently migrating part of this infrastructure to Oracle Weblogic 12c,...
View Article