Re: [PATCH] CI: enable weekly "m32" builds

2022-07-29 Thread Илья Шипицин
пт, 29 июл. 2022 г. в 22:48, Tim Düsterhus : > Ilya, > > On 7/29/22 18:53, Илья Шипицин wrote: > > another exotic (but hopefully useful) CI job. > > > > In the first patch you have an indentation mixup. The script uses > spaces, but the modified line now uses tabs. This will look incorrectly >

Re: [PATCH] CI: enable weekly "m32" builds

2022-07-29 Thread Tim Düsterhus
Ilya, On 7/29/22 18:53, Илья Шипицин wrote: another exotic (but hopefully useful) CI job. In the first patch you have an indentation mixup. The script uses spaces, but the modified line now uses tabs. This will look incorrectly depending on the tab width. For the second patch: +name:

Re: [PATCH] DOC: add info about ssl-engine for 2.6

2022-07-29 Thread Tim Düsterhus
Alex, [adding William to Cc, as he requested that you update your patch based on my review] On 7/27/22 15:30, Aleksandar Lazic wrote: Thank you for your feedback. Attached the new version Please apologize the delay in getting back to you. I'm not sure if I'd drop the ... > In case that

[PATCH] speling fixes

2022-07-29 Thread Илья Шипицин
Hello, yet another spell check fiexs. Ilya From fa2f99b1b2e5b30987db9eba77e1a59479610915 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Fri, 29 Jul 2022 22:26:53 +0500 Subject: [PATCH] CLEANUP: assorted typo fixes in the code and comments This is 31st iteration of typo fixes ---

[PATCH] CI: enable weekly "m32" builds

2022-07-29 Thread Илья Шипицин
Hello, another exotic (but hopefully useful) CI job. Ilya From d6185a3e972c0e04d86e8b7ddc075a08d115031a Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Fri, 29 Jul 2022 21:42:12 +0500 Subject: [PATCH 1/2] BUILD: SSL: allow to pass additional configure args to QUICTLS this allows to pass

Re: [PATCH] ubuntu-22.04 related ssl fixes (SECLEVEL related and ec curves renamed)

2022-07-29 Thread Илья Шипицин
gentle ping вс, 24 июл. 2022 г. в 00:12, Илья Шипицин : > Hello, > > Ubuntu 22.04 is shipped with "openssl" command line 3.0.5, also SECLEVEL=2 > is set by default. > > "SECLEVEL=2" has uncovered an interesting issue with DH length, which was > set to 1024 for EC keys. While better strategy for

Re: Buffer limits when adding a large number of CA certs into one ca-file via socket

2022-07-29 Thread William Lallemand
On Tue, Jul 26, 2022 at 03:04:41PM +, Lais, Alexander wrote: > Dear all, > > We are now using the new feature of adding CA files dynamically via the stats > / admin socket. > > Assuming that the CA file does not exist yet, our understanding is that we: > > 1. Create a CA file (new ssl

Re: "Success" logs in HTTP frontends

2022-07-29 Thread William Lallemand
On Fri, Jul 29, 2022 at 11:10:32AM +0200, Christopher Faulet wrote: > Le 7/29/22 à 10:13, Christian Ruppert a écrit : > > Hi list, > > > > so I noticed on my private HAProxy I have 2 of those logs within the > > past ~1-2 months: > > haproxy[28669]: 1.2.3.4:48596 [17/Jun/2022:13:55:18.530]

Re: "Success" logs in HTTP frontends

2022-07-29 Thread Christopher Faulet
Le 7/29/22 à 11:21, Tim Düsterhus a écrit : Hi On 7/29/22 11:10, Christopher Faulet wrote: What is your version ? At first glance, I can't find such log message in the code. It could come from a lua module. I'm seeing the same for both 2.4.x and 2.6.x. Christian and I had a short chat about

option redispatch, http/tcp

2022-07-29 Thread Arnall
Hello everyone, I'm not sure about something related to the redispatch option. When I search the internet, many people indicate that the redispatch option only works with http mode. But the main purpose of the "redispatch option" is to redispatch to another server when you can't establish a

Re: "Success" logs in HTTP frontends

2022-07-29 Thread Tim Düsterhus
Hi On 7/29/22 11:10, Christopher Faulet wrote: What is your version ? At first glance, I can't find such log message in the code. It could come from a lua module. I'm seeing the same for both 2.4.x and 2.6.x. Christian and I had a short chat about this in IRC. In fact, I found something.

Re: "Success" logs in HTTP frontends

2022-07-29 Thread Christopher Faulet
Le 7/29/22 à 10:13, Christian Ruppert a écrit : Hi list, so I noticed on my private HAProxy I have 2 of those logs within the past ~1-2 months: haproxy[28669]: 1.2.3.4:48596 [17/Jun/2022:13:55:18.530] public/HTTPSv4: Success So that's nothing so far but still no idea what that means. At work,