Re: [PATCH] BUILD: refactor OpenTracing build script

2022-01-18 Thread Willy Tarreau
On Sat, Jan 15, 2022 at 02:33:12PM +0500, ??? wrote: > Hello, > > as we agreed to keep scripts/build-ot.sh. Let's reuse it in CI. Now merged, thanks Ilya! Willy

Re: 2.0.26 breaks authentication

2022-01-18 Thread Willy Tarreau
On Wed, Jan 19, 2022 at 04:52:54AM +0100, Willy Tarreau wrote: > On Tue, Jan 18, 2022 at 07:04:00PM +0100, Lukas Tribus wrote: > > On Mon, 17 Jan 2022 at 19:37, wrote: > > > > > > Hi > > > > > > Configuration uses 'no option http-use-htx' in defaults because of case > > > insensitivity. > > >

Re: 2.0.26 breaks authentication

2022-01-18 Thread Willy Tarreau
On Tue, Jan 18, 2022 at 07:04:00PM +0100, Lukas Tribus wrote: > On Mon, 17 Jan 2022 at 19:37, wrote: > > > > Hi > > > > Configuration uses 'no option http-use-htx' in defaults because of case > > insensitivity. > > Statistics path haproxy?stats is behind simple username/password and > > both

Re: 2.0.26 breaks authentication

2022-01-18 Thread Lukas Tribus
On Mon, 17 Jan 2022 at 19:37, wrote: > > Hi > > Configuration uses 'no option http-use-htx' in defaults because of case > insensitivity. > Statistics path haproxy?stats is behind simple username/password and > both credentials are specified in config. > When accessing haproxy?stats, 2.0.25 works

Re: changes in 2.5

2022-01-18 Thread William Lallemand
On Mon, Jan 17, 2022 at 10:21:44PM -0300, Joao Morais wrote: > > Hello list, I have a consumer of the master socket’s `show proc` > output and I observed that 2.5 changed its lay out, and this change > lead me to two doubts: > - Is there a release notes or something with all the backward >

Re: [PATCH] BUG/MEDIUM: server: avoid changing healthcheck ctx with set server ssl

2022-01-18 Thread Willy Tarreau
On Mon, Jan 17, 2022 at 07:46:24PM +0100, William Dauchy wrote: > Hello Christopher, > > On Wed, Jan 12, 2022 at 12:45 PM William Dauchy wrote: > > my approach was to say: > > - remove the implicit behavior > > - then work on the missing commands for the health checks > > Do you think we can