Re: CalDav with HAProxy

2016-11-11 Thread Sander Klein
On 2016-11-11 15:28, Alexandre Besnard wrote: I use HAProxy as a reverse proxy to terminate SSL connections towards all my VMs. So far so good except with Owncloud and CalDav. When Owncloud is hidden behind HAProxy, I am not able to configure my CalDav account under the Calendar app in Mac OS

Re: problem building haproxy 1.6.9 on ar71xx

2016-11-11 Thread Thomas Heil
Hey Lukas, On 10.11.2016 23:03, Lukas Tribus wrote: > Hi Thomas, > > > Am 10.11.2016 um 22:20 schrieb Thomas Heil: >> >>> Also see: >>> https://www.openssl.org/docs/man1.1.0/crypto/ERR_remove_state.html >>> >> hmm. did i read correctly, that this function does nothing? > > It does nothing in

CalDav with HAProxy

2016-11-11 Thread Alexandre Besnard
Hello I use HAProxy as a reverse proxy to terminate SSL connections towards all my VMs. So far so good except with Owncloud and CalDav. When Owncloud is hidden behind HAProxy, I am not able to configure my CalDav account under the Calendar app in Mac OS X (it works fine on iOS or Android). If

Re: Missing LUA functionality

2016-11-11 Thread thierry . fournier
Hi, Thanks for contributing. I looked your code, I see a big problem. HAProxy is event driven, so we cannot execute blocking function. fopen is one of these fucntions. During the runtile, the filesystem access are not allowed. The right way for a transfer between haproxy and the filesystem is

Re: HAProxy doesn't respect the `hold valid 1s` setting

2016-11-11 Thread Hubert Matthews
On 11/11/16 03:29, Tao Wang wrote: $ curl http://localhost/ :::172.30.0.4 → 7d10f99e3d60 @ [172.30.0.2]% $ curl http://localhost/ :::172.30.0.4 → 7d10f99e3d60 @ [172.30.0.2]% $ curl http://localhost/ :::172.30.0.4 → 7d10f99e3d60 @ [172.30.0.2]% $ curl http://localhost/

Re: HAProxy doesn't respect the `hold valid 1s` setting

2016-11-11 Thread Aleksandar Lazic
Hi. Am 11-11-2016 04:29, schrieb Tao Wang: Can any help to fix this bug? I reported here long time ago. Which version of haproxy do you use? On 14 August 2016 at 15:06, Tao Wang wrote: Hi, As the issue reported on Github haproxy repo are disabled, I transfer the