Re: [PATCH] BUG/MEDIUM: ssl: OCSP must work with BoringSSL

2020-10-26 Thread Илья Шипицин
it should backported to 2.2, 2.1, right ? пн, 26 окт. 2020 г. в 18:35, : > ‌‌Hi, > > It's a fix for a regression with OCSP and BoringSSL. > OCSP work with BorginSSL, not at the same way than openssl, but it work: > OCSP data is simply link to CTX context. > > ++ > Manu > > >

Re: [PATCH] CLEANUP: http_ana: remove unused assignation of `att_beg`

2020-10-26 Thread Christopher Faulet
Le 25/10/2020 à 14:01, William Dauchy a écrit : `att_beg` is assigned to `next` at the end of the `for` loop, but is assigned to `prev` at the beginning of the loop, which is itself assigned to `next` after each loop. So it represents a double assignation for the same value. Also `att_beg` is not

Re: Health check logging differences between 1.9 and 2.0

2020-10-26 Thread Christopher Faulet
Le 23/10/2020 à 14:15, Veiko Kukk a écrit : On 2020-10-22 10:38, Veiko Kukk wrote: Indeed, in HAproxy 2.0, 'option log-health-checks' messages are emitted usig syslog facility 'daemon' and not the facility configured with global configuration keyword 'log'. In 1.9, health check logs were emitted

[PATCH] BUG/MEDIUM: ssl: OCSP must work with BoringSSL

2020-10-26 Thread ehocdet
‌‌Hi, It's a fix for a regression with OCSP and BoringSSL. OCSP work with BorginSSL, not at the same way than openssl, but it work: OCSP data is simply link to CTX context. ++ Manu   0001-BUG-MEDIUM-ssl-OCSP-must-work-with-BoringSSL.patch Description: Binary data

Re: Crash when using wlc in multithreaded mode with agent checks (1.8.26).

2020-10-26 Thread Peter Statham
On Mon, 19 Oct 2020 at 10:00, Christopher Faulet wrote: > > Le 16/10/2020 à 10:04, Christopher Faulet a écrit : > > Le 13/10/2020 à 14:53, Peter Statham a écrit : > >> Hello, > >> > >> We've found an issue when using agent checks in conjunction with the > >> weighted > >> least connections algori