Re: TLS-PSK support for haproxy?

2017-01-08 Thread Nenad Merdanovic
Hello, On 1/5/2017 4:47 PM, Emeric Brun wrote: > On 01/05/2017 04:22 AM, Nenad Merdanovic wrote: >> I have a working patch for this, but it's very ugly currently (minimal >> error checking, no warnings/messages, no docs, very basic tests done >> only, etc.) >> >> I expect to have a version for

HTTP redirects while still allowing keep-alive

2017-01-08 Thread Ciprian Dorin Craciun
Quick question: how can I configure HAProxy to redirect (via `http-request redirect ...`) without HAProxy sending the `Connection: close` header, thus still allowing keep-alive on this connection. My use-case is the following: I have a stubborn server that insists on pointing to the "wrong"

Re: haproxy with support http/2 - Remote IP

2017-01-08 Thread Aleksandar Lazic
Hi Pavel Am 08-01-2017 14:00, schrieb Pavel Urbánek: Hello, do you have configuration apache for suport http/2 with haproxy ? [snipp] But i dont how setup apache to accept mod proxy. Maybe this can help. https://github.com/roadrunner2/mod-proxy-protocol Best regards Aleks S

[PATCH] BUG/MINOR: ssl: assert on SSL_set_shutdown with BoringSSL

2017-01-08 Thread Emmanuel Hocdet
0001-BUG-MINOR-ssl-assert-on-SSL_set_shutdown-with-Boring.patch Description: Binary data

haproxy with support http/2 - Remote IP

2017-01-08 Thread Pavel Urbánek
Hello, do you have configuration apache for suport http/2 with haproxy ? if I use: backend nodes mode tcp balance roundrobin option ssl-hello-chk server web01 172.17.0.3:443 check server web02 172.17.0.4:443 check in apache is IP from proxy server not from client ip.

Re: [PATCH 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2017-01-08 Thread Simon Horman
Hi Willy, On Sun, Jan 08, 2017 at 07:37:24AM +0100, Willy Tarreau wrote: > Hi Simon, > > On Wed, Jan 04, 2017 at 09:37:24AM +0100, Simon Horman wrote: > > Hi, > > > > this short series is an RFC implementation of adding JSON format > > output to show (info|stat). It also adds a new show schema