Re: ssl: crashing since 8d85aa (BUG/MAJOR: map: fix segfault ...)

2017-07-05 Thread Lukas Tribus
Hi Emeric, Am 05.07.2017 um 13:58 schrieb Emeric Brun: > >> Another bisect (this time with -dM or -DDEBUG_MEMORY), another commit... >> Now it points to 23e9e931 (MINOR: log: Add logurilen tunable). >> >> > Hi Lukas, > > Indeed this commit introduced a regression. > > The commit in attachment

Re: Passing SNI value ( ssl_fc_sni ) to backend's verifyhost.

2017-07-05 Thread Willy Tarreau
Hi guys, back to this old discussion. On Fri, May 12, 2017 at 04:10:20PM +0200, Willy Tarreau wrote: > On Tue, May 09, 2017 at 12:12:42AM +0200, Lukas Tribus wrote: > > Haproxy can verify the certificate of backend TLS servers since day 1. > > > > The only thing missing is client SNI based

Re: Creating a health check in Lua?

2017-07-05 Thread Thierry FOURNIER
On Wed, 5 Jul 2017 11:29:10 +0300 Gil Bahat wrote: > Hi, > > I have some lua code I would like to use as a health check. Documentation > seems to hint this is possible somehow, but I have not been able to either > direct an applet:send to the health check (nor is it clear

Re: ssl: crashing since 8d85aa (BUG/MAJOR: map: fix segfault ...)

2017-07-05 Thread Willy Tarreau
Hi Aleks, On Wed, Jul 05, 2017 at 02:12:13PM +0200, Aleksandar Lazic wrote: > Amazing how fast this Open source community is ;-) > > Open : Dienstag, 04. Juli 2017, 21:56:09 (Tue, 4 Jul 2017 21:56:09 +0200) > Close: Mittwoch, 05. Juli 2017, 14:00:32 (Wed, 5 Jul 2017 14:00:32 +0200) > >

Re: ssl: crashing since 8d85aa (BUG/MAJOR: map: fix segfault ...)

2017-07-05 Thread Willy Tarreau
On Wed, Jul 05, 2017 at 01:58:03PM +0200, Emeric Brun wrote: > Indeed this commit introduced a regression. > > The commit in attachment should fix the issue. Awesome, now merged, thanks! And it was specific to 1.8-dev. Willy

Re: ssl: crashing since 8d85aa (BUG/MAJOR: map: fix segfault ...)

2017-07-05 Thread Emeric Brun
On 07/05/2017 12:25 AM, Lukas Tribus wrote: > > Am 04.07.2017 um 23:18 schrieb Willy Tarreau: >> On Tue, Jul 04, 2017 at 10:57:08PM +0200, Lukas Tribus wrote: >>> The call trace doesn't really look different when I used -dM or >>> -DDEBUG_MEMORY. >>> >>> I was able to get a different trace by

dynamic return address and lua creates server

2017-07-05 Thread Aleksandar Lazic
Hi, I have here a use case where the haproxy is in between a couchdb/oracle/dynamic connect backend. This means that we have the following flow. APP Driver -> haproxy TCP mode -> Backend | -> Backend send a IP to connect -> App Driver should connect to IP

Re: 2x filter + keep-alive regressions (1.7 affected)

2017-07-05 Thread Willy Tarreau
Hi Lukas, On Fri, Jun 30, 2017 at 10:09:56PM +0200, Lukas Tribus wrote: > In v1.7.6 (due to 73d071e BUG/MINOR: http: Fix conditions to clean up a txn > and to handle the next request): > "mode http-server-close": > log stalled and keep-alive idle close at "timeout client"; > ignores "timeout

Creating a health check in Lua?

2017-07-05 Thread Gil Bahat
Hi, I have some lua code I would like to use as a health check. Documentation seems to hint this is possible somehow, but I have not been able to either direct an applet:send to the health check (nor is it clear how it could expect something in return) or formulate the strings on demand via lua,