[PATCH 02/10] CI: musl: install "jose" for jws tests support

2025-04-18 Thread Ilia Shipitsin
--- .github/workflows/musl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/musl.yml b/.github/workflows/musl.yml index b4d91e45a..8350063e5 100644 --- a/.github/workflows/musl.yml +++ b/.github/workflows/musl.yml @@ -22,7 +22,7 @@ jobs: echo '/t

RE: [PATCH 0/3] Add 4 new sample fetches to get ciphers, supported groups, key shares and sigalgs from ClientHello message

2025-04-18 Thread MARIAM JOHN
Thank you William. Regards, Mariam. From: William Lallemand Date: Thursday, April 17, 2025 at 11:15 AM To: MARIAM JOHN Cc: Mariam John , haproxy@formilux.org Subject: [EXTERNAL] Re: [PATCH 0/3] Add 4 new sample fetches to get ciphers, supported groups, key shares and sigalgs from ClientHell

Problem setting ssl certificate to crt-store certificate

2025-04-18 Thread Gil Bahat
Hi, I can't get runtime API set ssl cert to work with crt-store certificates. crt-store certificates have an alias for a filename and it looks like set ssl cert might not respect that: # printf "set ssl cert @alias/name \n`cat /etc/lego/certificates/redacted.unified.crt`\n" | socat - /run/haproxy/

[ANNOUNCE] haproxy-3.2-dev11

2025-04-18 Thread Willy Tarreau
Hi, HAProxy 3.2-dev11 was released on 2025/04/18. It added 107 new commits after version 3.2-dev10. I'm particularly satisfied with the fact that the last batch of non- trivial updates was merged in time. Of course there's still some work to be done before the release, but it will mostly consist

[PATCH] MINOR: server: Use an explicitly given address family as the default value for `resolve-prefer`

2025-04-18 Thread Tim Düsterhus
Hi Please find the patch attached. It is related to my comment https://github.com/haproxy/haproxy/issues/508#issuecomment-2812291338. Best regards -- Tim Düsterhus Senior Software Engineer Tideways GmbH Königswinterer Str. 116 53227 Bonn https://tideways.com/imprint Sitz der Gesellschaft: Bonn

[PATCH] BUG/MINOR: spoe/mux-spop: set agent max-frame-size

2025-04-18 Thread Miroslav Zagorac
Hello all, after processing the agent hello frame, the max-frame-size parameter for the agent should be set; otherwise HAProxy can send frames longer than the one that the agent will be able to process - which can lead to the crash of the agent program. This should be backported to version 3.1.

[ANNOUNCE] haproxy-3.1.7

2025-04-18 Thread Willy Tarreau
Hi, HAProxy 3.1.7 was released on 2025/04/17. It added 65 new commits after version 3.1.6. This release addresses a few bugs in specific areas: - transparent proxy connections at the proxy level ("option transparent") would not include the destination address in the connection hash calc