HAProxy Page Element Request Times Slowly Increase (no replies)
Hello All, I've got a strange issue with our deployment of HAProxy 1.6 where a user will make a request to a page, and as each page element comes in, the time taken shown on each file downloaded in...
View ArticleDeny with 413 request too large (no replies)
Hello list, I need to configure HAProxy to deny the request with 413 based on the value of the content-length header. This is my actual configuration: errorfile 400...
View Articletruncated request in log lines (2 replies)
Hi, Version: haproxy 1.7.2 I'm logging to a unix socket, allowing long lines. log /dev/log len 8192 local0 [...] option dontlognull option log-separate-errors option httplog I'm also capturing the...
View ArticleFound a program BUG !!! (1 reply)
(1) backend web ption httpchk /test.html http-check expect string Test balance roundrobin server my1 192.168.37.135:80 check server my2 192.168.37.134:80 check (2) backend web ption httpchk /test.html...
View ArticleSet Maintenance Mode via Stats WebSite (no replies)
Hello, just a short question. Is it necessary to restart the ha service after setting e.g. MAINT Mode via the haproxy stats website? Mit freundlichen Grüßen / Kind Regards Matthias Deckert...
View Article1.7.5 503 Timeouts with SNI backend (2 replies)
We have the following backend configuration: backend clientsite_ember server cf foobar.cloudfront.net:443 ssl verify required sni str( foobar.cloudfront.net) ca-file /etc/ssl/certs/ca-certificates.crt...
View Articlehaproxy doesn't restart after segfault on systemd (no replies)
So we had an incident today where haproxy segfaulted and our site went down. Unfortunately we did not capture a core, and the segfault message logged to dmesg just showed it inside libc. So there's...
View Article[SPAM] Re: Re: good news (no replies)
Hi friend! Here is a good news from our mutual friend, just read it here http://more.localstalk.co Sincerely yours, panrbl From: haproxy [mailto:haproxy@formilux.org] Sent: Thursday, May 18, 2017...
View ArticleHAProxy 1.6.3: 100% cpu utilization for >17 days with 1 connection (5 replies)
Hi, First of all, thanks for a great product that is working extremely well for Flipkart! I saw many similar issues posted earlier by others, but could not find a thread where this is resolved or...
View ArticleHAProxy 1.7.5: conn_cur value problem with peer stick-table (no replies)
Hello all, I have problem to setup rate limiting with "conn_cur" information and stick-table shared using peers. The counter always increase without decrementing until key has expired. Following my...
View Article[SPAM] ❤Re: pleasant surprise (no replies)
Greetings, What a great news I've got for you! Just check it out, you're going to be surprised http://luck.lucesfilm.com panrbl From: haproxy [mailto:haproxy@formilux.org] Sent: Saturday, May 20, 2017...
View ArticleRFC: ipv6mask converter (no replies)
Hi, I noticed that ipv6 version of ipmask() converter is missing ? I'm attaching an example implementation for ipv6mask (incomplete: missing at least documentation / lua) for comments. Maybe instead...
View Articlehaproxy does not capture the complete request header host sometimes (no replies)
hi i have a problem:haproxy does not capture the complete request header host sometimes i run haroxpy with -d for some time haproxy -vv HA-Proxy version 1.6.10 2016/11/20 Copyright 2000-2016 Willy...
View ArticleGraceful shutdown of haproxy (no replies)
Hi, I am looking for a way to (1) report health from a haproxy instance, such that (2) the health response is set by another "decider" process on the same host. What is the best way to go about it? I...
View ArticleIs it possible to disable SSL if not certificates are found? (no replies)
Hi All, I am trying to automate some tasks with adding multiple https (LetsEncrypt) websites, and using HAProxy as a TLS Termination Proxy. The problem is that when you start off with an empty server,...
View ArticleCitrix Users/Customers info DB (no replies)
<div dir="ltr"><span style="font-size:11pt;line-height:107%;font-family:"Calibri","sans-serif"">Good Day,<br> <br> Would you be interested...
View Article[PATCH] MEDIUM: ssl: disable SSLv3 per default for bind (no replies)
Hi, I think it’s time to disable SSLv3 on bind line per default. All configurations should have no-sslv3 (or used a ssllib without sslv3). SSLv3 can be enable with "ssl-min-ver SSLv3. What do you...
View ArticleNew feature proposal: Add support for decompressing proxyed gziped requests...
Hello, We would like to add support for decompressing proxyed gziped requests (i.e. those with "Content-Encoding: gzip") to HAProxy. Would there be interest in such a feature? i.e. is it likely it...
View ArticleHAProxy won't shut down (1 reply)
We've been running across a fair amount of haproxy processes lately that won't shut down. We're currently using 1.7.5, but have also experienced the issue with earlier versions, 1.7.2 for sure, but...
View Article