Re: re: HAProxy 1.5.14 SSL iframes

2015-09-28 Thread Thrawn
I can't reproduce the problem here; both SSL and plaintext work OK with a similar configuration. What does the error look like? An empty frame? A message?

Re: Stick table peer syncing details

2015-09-28 Thread Willy Tarreau
Hi Graham, On Mon, Sep 28, 2015 at 11:08:22PM +, Graham Forest wrote: > Willy, > > Thanks for the reply. > > I'll definitely give 1.6 a try when the next version comes out regarding > stick-table content syncing. If you want, dev6 is out now. > Regarding junk backends for stick-tables -

Avaya Users List

2015-09-28 Thread Michael Thompson
Hi, Hope this email finds you well! Would you be interested in reaching out to "Avaya Users List” for across USA with opt-in verified contact information? We also have the list of Avaya Aura users list, Avaya Aura Application Enablement Services (AES) users list, Avaya Aura Contact Center

[PATCH] DOC: documentation format cleanups

2015-09-28 Thread Cyril Bonté
Chapter "Mailers" was missing from the summary, tabulations were used and several lines exceeded 80 columns : some lines still exceeds the 80 columns limit but are left as is, as it mostly concerns syntax and configuration examples. --- doc/configuration.txt | 46

Re: haproxy bug?

2015-09-28 Thread Willy Tarreau
On Sun, Sep 27, 2015 at 02:46:06PM +, Guido Dolci wrote: > > It would be nice to be able to customize the static part of the 401 anyway... The problem is that 401 and 407 are format strings and not just strings to send on the wire. So we can't let them free to configure. It would be more

Re: tune.bufsize and tune.maxrewrites questions

2015-09-28 Thread Willy Tarreau
On Sun, Sep 27, 2015 at 05:05:14PM +0200, Aleksandar Lazic wrote: > >Default settings : > > maxconn = 2000, bufsize = 16384, maxrewrite = 8192, maxpollevents = > >200 > > You see here the bufsize ^^^ is 16K which displays BUFSIZE at build > time not the tune.bufsize(global.tune.bufsize). >

Re: HAProxy using multiple SSL sites

2015-09-28 Thread Willy Tarreau
Hi, On Fri, Sep 25, 2015 at 08:09:36PM +, Naveen Paulraj wrote: > 2) For Multiple sites, I used as below, (it did not work) > > bind 0.0.0.0:443 ssl crt /etc/ssl/private/sales.pem crt > /etc/ssl/private/accounts.pem > > [ALERT] 267/160853 (3980) : parsing [/etc/haproxy/haproxy.cfg:15]

Re: Client Affinity in HAProxy with MQTT Broker

2015-09-28 Thread Baptiste
Hi Sourav, Could you confirm whether you were able to make HAProxy work with MQTT?? Baptiste On Fri, Sep 11, 2015 at 2:14 PM, Baptiste wrote: > Hi Sourav, > > Thanks a lot for the mail and the screenshot. > That said, usually, when we ask for a capture, we mean a pcap file,

Re: Stick table peer syncing details

2015-09-28 Thread Graham Forest
Willy, Thanks for the reply. I'll definitely give 1.6 a try when the next version comes out regarding stick-table content syncing. Regarding junk backends for stick-tables - I've successfully gotten that working, and while a little bit less clean than being able to have multiple named stick

[ANNOUNCE] haproxy-1.6-dev6

2015-09-28 Thread Willy Tarreau
Hi everyone, this is the end of a harrassing week! I wanted to issue dev6 last monday to have a calm week dedicated to bug fixes and documentation updates only and it ended up completely differently with numerous painful bugs rising at the same time while Thierry was testing his Lua update which

Re: [PATCH] DOC: documentation format cleanups

2015-09-28 Thread Willy Tarreau
On Mon, Sep 28, 2015 at 11:16:06PM +0200, Cyril Bonté wrote: > Chapter "Mailers" was missing from the summary, tabulations were used and > several lines exceeded 80 columns : some lines still exceeds the 80 columns > limit but are left as is, as it mostly concerns syntax and configuration >

segfault writing to log from Lua

2015-09-28 Thread Michael Ezzell
I fired up HA-Proxy version 1.6-dev6-e7ae656 2015/09/28 for testing, and was greeted with... Segmentation fault (core dumped) Since I've been primarily testing Lua, I started by commenting out my Lua config lines. Startup succeeds. Re-enabling the scripts, I find this to be the offending line:

Seeking help for "req.body" logging

2015-09-28 Thread Alberto Zaccagni
Hello, I am currently testing 1.6-dev5 in my production environment (giving it only 10% of the traffic), I am having some problems understanding how to use https://cbonte.github.io/haproxy-dconv/configuration-1.6.html#7.3.6-req.body, can it be used to log the body of a request? I am using it