Re: git clone git.haproxy.git with curl-8.7.1 failing writing received data

2024-04-05 Thread Bertrand Jacquin
On 2024-04-05 20:24, Bertrand Jacquin wrote: Just let us know if you're interested. We can also first wait for Stefan and/or Daniel's analysis of a possible cause for the commit you bisected above before hacking too much stuff, though :-) Let's see! Latest digging seems to lead to some issue

Re: git clone git.haproxy.git with curl-8.7.1 failing writing received data

2024-04-05 Thread Bertrand Jacquin
Hey Willy, On 2024-04-05 19:44, Willy Tarreau wrote: Thanks a lot for these details. One thing to have in mind that could explain that you have not observed this on other servers is that we're using plain HTTP, we haven't deployed the git-server stuff, so maybe it triggers a different object tr

[ANNOUNCE] haproxy-2.8.9

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.8.9 was released on 2024/04/05. It added 1 new commits after version 2.8.8. I failed the last backport of the 2.8.8. A undefined function was used to release a log-format expression while, on 2.8, it must be released by hand. ###

Re: git clone git.haproxy.git with curl-8.7.1 failing writing received data

2024-04-05 Thread Willy Tarreau
Hi Bertrand! On Fri, Apr 05, 2024 at 07:27:28PM +0100, Bertrand Jacquin wrote: > Hi, > > For the last few days, I've been unable to git clone > https://git.haproxy.org/git/haproxy.git with curl-8.7.1, where I'm getting > the following error: > > $ GIT_TRACE=1 git fetch https://git.haproxy.org/

[ANNOUNCE] haproxy-2.9.7

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.9.7 was released on 2024/04/05. It added 86 new commits after version 2.9.6. This maintenance version addresses a few issues discovered after previous release: - stick-tables: a bug in the stick-tables' expiration task has been fixed, where the task could be running on another t

[ANNOUNCE] haproxy-2.8.8

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.8.8 was released on 2024/04/05. It added 76 new commits after version 2.8.7. This maintenance version addresses a few issues discovered after previous release: - applets: incompletely initialized client applets (due to setup error for example) could cause a crash due to calling

[ANNOUNCE] haproxy-2.7.12 (EOL)

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.7.12 was released on 2024/04/05. It added 119 new commits after version 2.7.11, and is the last version of this branch. This version addresses a few issues discovered after previous release but nobody should deploy a final version unless they're very late on their migration to a ne

[ANNOUNCE] haproxy-2.6.17

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.6.17 was released on 2024/04/05. It added 108 new commits after version 2.6.16. This maintenance version addresses a few issues discovered after previous release: - an API issue with OpenSSL. The SSL_do_handshake() function returns SSL_ERROR_WANT_READ when it needs more data, bu

[ANNOUNCE] haproxy-2.4.26

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.4.26 was released on 2024/04/05. It added 53 new commits after version 2.4.25. This maintenance version addresses a few issues discovered after previous release: - an API issue with OpenSSL. The SSL_do_handshake() function returns SSL_ERROR_WANT_READ when it needs more data, but

git clone git.haproxy.git with curl-8.7.1 failing writing received data

2024-04-05 Thread Bertrand Jacquin
Hi, For the last few days, I've been unable to git clone https://git.haproxy.org/git/haproxy.git with curl-8.7.1, where I'm getting the following error: $ GIT_TRACE=1 git fetch https://git.haproxy.org/git/haproxy.git 19:12:01.277740 git.c:463 trace: built-in: git fetch http

[ANNOUNCE] haproxy-2.2.33

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.2.33 was released on 2024/04/05. It added 20 new commits after version 2.2.32. This maintenance version addresses a few issues discovered after previous release: - an API issue with OpenSSL. The SSL_do_handshake() function returns SSL_ERROR_WANT_READ when it needs more data, but

[ANNOUNCE] haproxy-2.0.35

2024-04-05 Thread Christopher Faulet
Hi, HAProxy 2.0.35 was released on 2024/04/05. It added 16 new commits after version 2.0.34. This maintenance version addresses a few issues discovered after previous release: - an API issue with OpenSSL. The SSL_do_handshake() function returns SSL_ERROR_WANT_READ when it needs more data, but

Re: [PATCH] DOC: configuration: grammar fixes for strict-sni

2024-04-05 Thread Willy Tarreau
Hi Nicolas, On Wed, Apr 03, 2024 at 01:52:22PM +0200, Nicolas CARPi wrote: > Hello, > > Please find attached a little patch for the "strict-sni" configuration > documentation, which had incorrect grammar. Now merged, thank you! Willy

haproxy backend server template service discovery questions

2024-04-05 Thread Andrii Ustymenko
Dear list! My name is Andrii. I work for Adyen. We are using haproxy as our main software loadbalancer at quite large scale. Af of now our main use-case for backends routing based on server-template and dynamic dns from consul as service discovery. Below is the example of simple backend config