[PATCH] MEDIUM: lb-chash: Deterministic node hashes based on server address

2024-02-16 Thread Anthony Deschamps
>From a031cf97da759eb2c2f9b6e191065ad503f821ed Mon Sep 17 00:00:00 2001 From: Anthony Deschamps Date: Fri, 16 Feb 2024 16:00:35 -0500 Subject: [PATCH] MEDIUM: lb-chash: Deterministic node hashes based on server address Motivation: When services are discovered through DNS resolution, the order

[ANNOUNCE] haproxy-2.8.6

2024-02-16 Thread Willy Tarreau
Hi, HAProxy 2.8.6 was released on 2024/02/15. It added 88 new commits after version 2.8.5. It essentially groups the relevant fixes present in 2.9.2 to 2.9.5, most importantly: - an API issue with OpenSSL. The SSL_do_handshake() function returns SSL_ERROR_WANT_READ when it needs more data,

Re: [PATCH] DOC/MINOR: userlists: musl performance

2024-02-16 Thread Willy Tarreau
On Mon, Feb 12, 2024 at 06:42:25PM +0100, Lukas Tribus wrote: > On Mon, 12 Feb 2024 at 18:10, Nicolas CARPi wrote: > > > > Dear Lukas, Willy, > > > > Please find another patch attached, addressing your comments. > > > > Willy: s/gcc/glibc/ > > > > Lukas: I shifted the focus on the rounds/cost

Re: Haproxy accross LDAPS

2024-02-16 Thread Aleksandar Lazic
Hi Willy. >> Have the client the CA Certificates from the LDAPS server? > No, it haven't This could be the issue as the Client must be able to verify the Server CA. Try to add the Server CA Chain into the Client and try the connection again. If there is an option in the client that the