Re: Issue with checks after 2.0.6

2019-09-16 Thread Michael Rennecke
Hello, I had the same problem after upgrading from 2.0.5 to 2.0.6. I ignored the mistake and rolled back. I thought the mistake was mine. I use the self compiled versions only privately. The logs, config and build-script are in the attachment. HAProxy runs on a debian 9 VM cheers Michael Am

Re: Odd H2 in Chrome...

2019-06-20 Thread Michael Rennecke
Hello, I have also problems with h2 and http 1.1 backends (Apache/2.4.25, gogs) since the update on haproxy 2.0, see my build script. I would say, all domains with cookies are broken. Disable h2 or disable htx works works me. My config: defaults log global modehttp option

Coding style for coonfig files

2016-04-15 Thread Michael Rennecke
Hello, I know this question is stupid. Is there a coding style for config files, like this: http://www.haproxy.org/coding-style.html ? Cheers, Michael signature.asc Description: OpenPGP digital signature

Re: Question about build HAProxy for Solaris 11

2016-03-02 Thread Michael Rennecke
Hi, I don't have a sparc box with solaris for testing. You can try to build HAproxy by youself. I use this script for build HAProxy for ARM. This should run on Solaris with some changes. TARGET=solaris NB_PROC= #!/bin/bash # names of latest versions of each package export

clone traffic with haproxy

2016-01-27 Thread Michael Rennecke
Hello, is it possible to send traffic to 2 backends with HAProxy? One backend handle the live traffic and the second is the staging version. If all looks fine, I will switch the backends. I use HAProxy 1.6.3 Cheers, Michael

Re: Stats in frontend

2016-01-12 Thread Michael Rennecke
Hi, thanks exactly this. Cheers, Michael On 12.01.2016 20:04, PiBa-NL wrote: > Hi, > I think your looking for this?: option socket-stats > Regards, > PiBa-NL > Op 12-1-2016 om 19:35 schreef Michael Rennecke: >> Hello, >> >> is it possible to show seperate stats

Stats in frontend

2016-01-12 Thread Michael Rennecke
Hello, is it possible to show seperate stats every bind line in a frontend? I use haproxy 1.6.3. global maxconn 4000 tune.ssl.default-dh-param 4096 ssl-default-bind-ciphers CHACHA20+EECDH:AES256+EECDH ssl-default-bind-options force-tlsv12

Add a X-Server-Name response header

2016-01-07 Thread Michael Rennecke
Hello, can I add the name (or IP-address) of the backend server in a X-Server-Name response Header, like this? (This was a special wish of a developer - don't touch my old software...) backend www http-response set-header X-Server-Name %[backendserver] server www01

Re: certificate generation

2015-09-07 Thread Michael Rennecke
e > scalable option than dynamically generating new certificates as > described. > > On Sep 4, 2015 5:34 PM, "Michael Rennecke" > <michael.renne...@gmail.com <mailto:michael.renne...@gmail.com>> > wrote: > > Hallo, > > is it possible with HAPr

certificate generation

2015-09-04 Thread Michael Rennecke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, is it possible with HAProxy to generate a certificate for each incoming hostname on the fly? I will use subca for HAProxy. I think to generate the certificates on the fly is cooler, then a certificate for each hostname. I found possibilities