Re: ECDSA and HAProxy help

2016-10-11 Thread Bryan Talbot
> On 12 Oct 2016 8:45 am, "Igor Cicimov" > wrote: > > > > On 11 Oct 2016 7:05 pm, "Thierry Fournier" > > wrote: > > > I'm currently trying to investigate about a

Re: ECDSA and HAProxy help

2016-10-11 Thread Igor Cicimov
On 12 Oct 2016 8:45 am, "Igor Cicimov" wrote: > > On 11 Oct 2016 7:05 pm, "Thierry Fournier" wrote: > > > > Hi list, > > > > I'm currently trying to investigate about a little leak of memory in > > the certificates loading, and I try to

Re: ECDSA and HAProxy help

2016-10-11 Thread Igor Cicimov
On 11 Oct 2016 7:05 pm, "Thierry Fournier" wrote: > > Hi list, > > I'm currently trying to investigate about a little leak of memory in > the certificates loading, and I try to test ECDSA certificates and > cipher. > > I can't done this :( I don't understand anything in

Cetrtificates dynamic update

2016-10-11 Thread Thierry Fournier
Hi list, I have for projet to write a dynamic update of the SSL certificates. I encountered some cases where haproxy deals with many websites, and it should ne great if we can replace / add certificate without restarting HAProxy. I'm looking for some opinions or advices. I need to: - list the

ECDSA and HAProxy help

2016-10-11 Thread Thierry Fournier
Hi list, I'm currently trying to investigate about a little leak of memory in the certificates loading, and I try to test ECDSA certificates and cipher. I can't done this :( I don't understand anything in the ECDSA certificate process. So, after many fails with HAProxy, I tried to validate the

Re: status=-1 in log file

2016-10-11 Thread Jonathan Dulize
Ok, thank for your reply. Jonathan DULIZE Solution Engineer E-Mail : jdul...@premaccess.com Mobile : +41 78 720 38 76 Siège social Premaccess SA Route des Arsenaux 41 - CP 132 CH-1705 Fribourg, Suisse http://www.premaccess.com 2016-09-27 14:21 GMT+02:00 Dave Blakey : > If the

[PATCH 1/2] MINOR: Add src_status sample fetch

2016-10-11 Thread Nenad Merdanovic
This sample fetch returns a concatenation of the client's IP address and the HTTP status code returned, separated by a single comma character. Signed-off-by: Nenad Merdanovic --- doc/configuration.txt | 6 ++ src/proto_http.c | 39

[PATCH 2/2] CLEANUP: Rename smp_fetch_stcode to smp_fetch_status

2016-10-11 Thread Nenad Merdanovic
We want the function names in the code to match the fetch names in the configuration. Signed-off-by: Nenad Merdanovic --- src/proto_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proto_http.c b/src/proto_http.c index 13c75ac..c11a1af 100644