Re: stdout logging makes syslog logging fail.. 1.9-dev10-6e0d8ae

2018-12-14 Thread Willy Tarreau
Hi Pieter, On Sat, Dec 15, 2018 at 12:40:08AM +0100, PiBa-NL wrote: > Hi List, Willy, > > stdout logging makes syslog logging fail.. regtest that reproduces the issue > attached. > > Attached test (a modification of /log/b0.vtc) fails, by just adding a > stdout logger: ***  h1    0.0

Re: crash with regtest: /reg-tests/connection/h00001.vtc after commit f157384

2018-12-14 Thread Willy Tarreau
Hi Pieter, On Sat, Dec 15, 2018 at 12:32:28AM +0100, PiBa-NL wrote: > Hi List, Willy, > > Current 1.9-dev master ( 6e0d8ae ) crashes with regtest: > /reg-tests/connection/h1.vtc stack below, it fails after commit f157384. > > Can someone check? Thanks. Thanks, I'll have a check. I don't

Re: Quick update on 1.9

2018-12-14 Thread Willy Tarreau
Hi Pieter, On Sat, Dec 15, 2018 at 01:32:49AM +0100, PiBa-NL wrote: > Hi Willy, > > Op 14-12-2018 om 22:32 schreef Willy Tarreau: > > if we manage to get haproxy.org to work reasonably stable this week- > > end, it will be a sign that we can release it. > > There are still several known issues

Re: Quick update on 1.9

2018-12-14 Thread PiBa-NL
Hi Willy, Op 14-12-2018 om 22:32 schreef Willy Tarreau: if we manage to get haproxy.org to work reasonably stable this week- end, it will be a sign that we can release it. There are still several known issues that should be addressed before 'release' imho. - Compression corrupts

stdout logging makes syslog logging fail.. 1.9-dev10-6e0d8ae

2018-12-14 Thread PiBa-NL
Hi List, Willy, stdout logging makes syslog logging fail.. regtest that reproduces the issue attached. Attached test (a modification of /log/b0.vtc) fails, by just adding a stdout logger: ***  h1    0.0 debug|[ALERT] 348/000831 (51048) : sendmsg()/writev() failed in logger #2: Socket

crash with regtest: /reg-tests/connection/h00001.vtc after commit f157384

2018-12-14 Thread PiBa-NL
Hi List, Willy, Current 1.9-dev master ( 6e0d8ae ) crashes with regtest: /reg-tests/connection/h1.vtc stack below, it fails after commit f157384. Can someone check? Thanks. Regards, PiBa-NL (Pieter) Program terminated with signal 11, Segmentation fault. #0  0x0057f34f in

HTTP/2 to backend server fails health check when 'option httpchk' set

2018-12-14 Thread Nick Ramirez
This may be something very simple that I am missing. I am using the latest HAProxy Docker image, which is using HAProxy 1.9-dev10 2018/12/08. It is using HTTP/2 to the backend web server (Caddy). It fails its health check if I uncomment the "option httpchk" line: backend webservers balance

Quick update on 1.9

2018-12-14 Thread Willy Tarreau
Hi all, things are getting way better. Today haproxy.org has been served by the latest master all the day, with all knobs turned on (HTX, H2, compression, caching, server pools and connection reuse). Some very likely noticed several outages. I'm sorry for this but at some point when it starts to

[PATCH 1/1] REGTEST: Add a reg test for HTTP cookies.

2018-12-14 Thread flecaille
From: Frédéric Lécaille This script tests the "cookie insert indirect" directive with header checks on server and client side. syslog messages are also checked, especially --II (invalid, insert) flags logging. Signed-off-by: Frédéric Lécaille --- reg-tests/http-cookies/h0.vtc | 58

agent-check requires newline in response?

2018-12-14 Thread Nick Ramirez
In the documentation for agent-check (https://cbonte.github.io/haproxy-dconv/1.9/configuration.html#agent-check) it says that the string returned by the agent may be optionally terminated by '\r' or '\n'. However, in my tests, it was mandatory to end the response with this. Should the word

Re: [PATCH] ssl: Fix compilation without deprecated OpenSSL 1.1 APIs

2018-12-14 Thread Willy Tarreau
On Fri, Dec 14, 2018 at 08:15:07AM -0800, Rosen Penev wrote: > On Thu, Dec 13, 2018 at 8:41 PM Willy Tarreau wrote: > > > > Hello, > > > > On Thu, Dec 13, 2018 at 02:20:06PM -0800, Rosen Penev wrote: > > > Signed-off-by: Rosen Penev > > > > Could you please provide a real commit message

[PATCHv2] ssl: Fix compilation without deprecated OpenSSL 1.1 APIs

2018-12-14 Thread Rosen Penev
Removing deprecated APIs is an optional part of OpenWrt's build system to save some space on embedded devices. Also added compatibility for LibreSSL. Signed-off-by: Rosen Penev --- LibreSSL support is totally untested. I went based off the git repository src/ssl_sock.c | 35

Re: [PATCH] ssl: Fix compilation without deprecated OpenSSL 1.1 APIs

2018-12-14 Thread Rosen Penev
On Thu, Dec 13, 2018 at 8:41 PM Willy Tarreau wrote: > > Hello, > > On Thu, Dec 13, 2018 at 02:20:06PM -0800, Rosen Penev wrote: > > Signed-off-by: Rosen Penev > > Could you please provide a real commit message explaining what is the > problem you're trying to solve, how it manifests itself, and