Haproxy crash while initializing compression

2013-04-27 Thread Godbach
Hi, all Haproxy of latest snapshot will crash while initializing compression under such configuration: global ... tune.zlib.memlevel 6 tune.zlib.windowsize 8 frontend ... compression algo gzip deflate ... The coredump information as below: Core was generated by `./haprox

Re: CRL verification problem

2013-04-27 Thread Godbach
> Hi, all > > I have tested CRL verification for master of haproxy git repository > under such conditions: > * two CAs(CA1&CA2) used to do verification > * CRL file specified, but contains CRL only issued by CA1 > > When I send request with certificate issued by CA2, the verification > will fail

Re: HAProxy on FreeBSD 8.3 with transparent proxying (TProxy?)

2013-04-27 Thread PiBa-NL
Hi Willy, It seams the changes where easier than i expected, assuming ive done it 'correctly'... I generated 2 patch files: -"FreeBSD IP_BINDANY git diff.patch" generated with a git diff (against a hopefully relatively recent source tree)(i couldnt get it to fetch http://git.1wt.eu/git/haprox

Re: Balance Roundrobin vs Balance Source

2013-04-27 Thread James Bensley
On 18 April 2013 21:13, wrote: > balance roundrobin > cookie SERVERID insert indirect nocache > server server01 xxx.xxx.xxx.:8081 check cookie s1 > server server02 xxx.xxx..xxx:8081 check cookie s2 Presumably you want this to be "balance source" though anyway.