Re: [ANNOUNCE] haproxy-2.2-dev6

2020-04-17 Thread Willy Tarreau
On Sat, Apr 18, 2020 at 02:05:40AM +0200, Tim Düsterhus wrote: > Willy, > > Am 17.04.20 um 14:51 schrieb Willy Tarreau: > > accepted the incoming connection. A new "linux-musl" target was added to > > the makefile because I believed I was the only one using it but I'm not, > > so this can

Re: Sometimes worker process stops working.

2020-04-17 Thread flamesea12
Hi, Thank you very much! I'm using v1.8.25 in production which works fine and v2.1.4 in development. global                                                                                              maxconn   1                                                                               

Re: [ANNOUNCE] haproxy-2.2-dev6

2020-04-17 Thread Tim Düsterhus
Willy, Am 17.04.20 um 14:51 schrieb Willy Tarreau: > accepted the incoming connection. A new "linux-musl" target was added to > the makefile because I believed I was the only one using it but I'm not, > so this can slightly help Docker users. This is in use by the 'haproxy' image of the Docker

Re: HAProxy concurrent HTTP query limit based on header

2020-04-17 Thread Olivier D
Le ven. 17 avr. 2020 à 20:49, Tim Düsterhus a écrit : > Olivier, > > Am 17.04.20 um 20:22 schrieb Olivier D: > > My first tries are based on something like this : > >stick-table type ipv6 size 100k expire 30s store http_req_rate(10s) > Not sure whether that's just an error in your email,

Re: HAProxy concurrent HTTP query limit based on header

2020-04-17 Thread Tim Düsterhus
Olivier, Am 17.04.20 um 20:22 schrieb Olivier D: > My first tries are based on something like this : >stick-table type ipv6 size 100k expire 30s store http_req_rate(10s) Not sure whether that's just an error in your email, but: You store a http_req_rate, not a number of connections. >

HAProxy concurrent HTTP query limit based on header

2020-04-17 Thread Olivier D
Hello everyone, I would like to implement a "max concurrent connection" in HAProxy. This is easy to do at TCP level : stick-table type ipv6 size 100k expire 30s store conn_cur http-request track-sc0 src http-request deny deny_status 429 if { src_conn_cur ge 20 } But now, I want to

Re: Sometimes worker process stops working.

2020-04-17 Thread Willy Tarreau
Hi, On Thu, Apr 16, 2020 at 09:40:17AM +0900, flamese...@yahoo.co.jp wrote: > Hi all, > I'm using latest v2.1.4, with a multiple processes config(nbproc 4), > everything works fine at the beginning.Meaning I can see 4 worker processes > are using CPU at 70~80% by top command. > The next day I

Problem with crl certificate

2020-04-17 Thread Davide Guarneri
Hello everyone, I'm trying to setup haproxy to handle TLS request with mutual authentication and CRL, here's an extract of the current configuration: ``` frontend mqtts_frontend bind *:8883 ssl crt /etc/haproxy/ssl/cert.pem ca-file /etc/haproxy/ssl/ca-chain.cert.pem verify required

[ANNOUNCE] haproxy-2.2-dev6

2020-04-17 Thread Willy Tarreau
Hi, HAProxy 2.2-dev6 was released on 2020/04/17. It added 88 new commits after version 2.2-dev5. It's a bit late as I would have preferred to emit that one earlier, but anyway now it's available. The changes are mostly split into 4 categories: - bug fixes: 22 bugs were fixed since 2.2-dev5.

Re: HAproxy Error

2020-04-17 Thread Lukas Tribus
On Fri, 17 Apr 2020 at 13:57, wrote: > Even clean installation isn’t working because the default package available > in RHEL from you is without openssl. You are wrong. 1) we don't provide any packages. RHEL does. 2) a fresh RHEL 8.1 AMI on AWS works just fine and uses the provided 1.8.15

Re: HAproxy Error

2020-04-17 Thread Willy Tarreau
On Fri, Apr 17, 2020 at 11:57:40AM +, bindushree...@cognizant.com wrote: > We are asking about the issue using your application. If you don't > have enough information to provide its okay thank you. Are you serious ? Did you even read *any* single response ? Several people told you that you

Re: [PR] Updating Documentation for Hashing

2020-04-17 Thread Willy Tarreau
Hi Adam, On Wed, Apr 15, 2020 at 02:23:10AM +0200, PR Bot wrote: > Dear list! > > Author: Adam Mills > Number of patches: 1 > > This is an automated relay of the Github pull request: >Updating Documentation for Hashing > > Patch title(s): >Updating Documentation for Hashing Thanks,

RE: HAproxy Error

2020-04-17 Thread BINDUSHREE.DB
Hi Willy, For your kind information not asking you how to manage server or how to google. We are asking about the issue using your application. If you don't have enough information to provide its okay thank you. Also we have come to you after checking everything from our end. Even clean

Re: MINOR: http: Fixed small typo in parse_http_return

2020-04-17 Thread Willy Tarreau
Hi Dominik, On Fri, Apr 17, 2020 at 09:20:05AM +, Froehlich, Dominik wrote: > While looking for the solution for another problem I found a couple of small > typos in a warning. Merged, thanks! Willy

MINOR: http: Fixed small typo in parse_http_return

2020-04-17 Thread Froehlich, Dominik
Hi, While looking for the solution for another problem I found a couple of small typos in a warning. Thanks for review/merge. Regards, Dominik Froehlich dominik.fro...@gmail.com dominik.froehl...@sap.com

Re: [PATCH] 8th iteration of typo fixes

2020-04-17 Thread Willy Tarreau
On Thu, Apr 16, 2020 at 11:53:34PM +0500, ??? wrote: > Hello, > > next typo fixes. applied, thanks Ilya! Willy

Re: HAproxy Error

2020-04-17 Thread Willy Tarreau
On Fri, Apr 17, 2020 at 04:02:41AM +, bindushree...@cognizant.com wrote: > HI Lukas, > > Package was installed in RHEL machines using yum. Let me know how to install > Redhat openssl version. Well, I'm sorry but at this point you're mainly asking how to manage *your* server. Participants

Logging captured payload not working

2020-04-17 Thread Tom
Hi Any hints on my question below, how I can capture request payload with 2.1.3? Many thanks. Kind regards, Tom Forwarded Message Subject: Logging captured payload not working Date: Mon, 6 Apr 2020 07:39:32 +0200 From: Tom To: haproxy@formilux.org Hi Using haproxy