Re: stick-tables and ip / ipv6 / (ipv4)

2020-01-01 Thread Willy Tarreau
Hi Björn, On Fri, Dec 27, 2019 at 09:42:57AM +0100, Björn Jacke wrote: > > > I'd like to propose to make a change for one of the next major > > > versions of haproxy that "ip" gets aliases to what "ipv6" currently > > > is and eventually introduce a new ipv4 type which equals to what > > > type

learning SSL stuff

2020-01-01 Thread Илья Шипицин
Hello, while working on #429, I noticed strange things that I do not understand for example if (ecdhe == NULL) { (void)SSL_CTX_set_ecdh_auto(ctx, 1); return cfgerr; } why do we need to call SSL_CTX_set_ecdh_auto right before returning error ? Cheers, Ilya Shipitsin