RE: health checks with SNI/virtual hosts

2015-07-23 Thread Jim Gronowski
That looks like it. The config below works with 1.5, but I'm not sure that the health check is actually checking the correct backend.I'll take a look at the server logs to see if the health checks are arriving at the correct place. From: PiBa-NL [mailto:piba.nl@gmail.com] Sent:

Re: health checks with SNI/virtual hosts

2015-07-23 Thread PiBa-NL
I believe you need 1.6-dev3 for that: http://cbonte.github.io/haproxy-dconv/configuration-1.6.html#5.2-sni Jim Gronowski schreef op 23-7-2015 om 23:20: I’m trying to do health checks on a site that is served with SNI – so going directly to the IP generates a 404 – the backend server is

health checks with SNI/virtual hosts

2015-07-23 Thread Jim Gronowski
I'm trying to do health checks on a site that is served with SNI - so going directly to the IP generates a 404 - the backend server is looking for the hostname to determine which site to send it to. Is it correct to put the full URL in the httpchk section, like so?

Re: haproxy can't bind to mysql port

2015-07-23 Thread Igor Cicimov
On Fri, Jul 24, 2015 at 1:46 PM, Tim Dunphy bluethu...@gmail.com wrote: Hi all, I'm attempting to setup mysql load balancing using HA/Proxy. Seemed pretty straight forward at first. I'm using Amazon ec2 for all nodes. First I made sure that the haproxy nodes could contact the mysql boxes

haproxy can't bind to mysql port

2015-07-23 Thread Tim Dunphy
Hi all, I'm attempting to setup mysql load balancing using HA/Proxy. Seemed pretty straight forward at first. I'm using Amazon ec2 for all nodes. First I made sure that the haproxy nodes could contact the mysql boxes by opening up the security group from the mysql boxes to the haproxy ones on

Re: Seo Angular Haproxy

2015-07-23 Thread Thomas Amsler
Mel You have to route all of the Angular specific routing urls back to the Angular app's index.html url. -- Thomas On Wed, Jul 22, 2015 at 11:55 PM Mela Luca melaleu...@outlook.com wrote: I have an old Angular widget that cause to call a url that dosent exist.

[PATCH] MEDIUM: ssl: add support for using cryptographic keys stored in a PKCS#11 HSM

2015-07-23 Thread Remi Gacogne
Hi, This patch enables the use of cryptographic keys stored in a PKCS#11-compatible hardware security module. It uses the OpenSSL engine interface, and has been tested with engine-pkcs11 and two different kinds of HSM: - SoftHSM - Yubikey The main benefit of storing cryptographic keys in a HSM

One stop services for the industrial robot,service robot,special robot and second hand robot!

2015-07-23 Thread China Robot Online Group!
My Dear Freinds, Thank you very much for your atrention.We are really very pleased to have the chance to to contact with you . Wenbsp; are very interest to be your agent in China .We have the plan to import one or two robots.We will promote the robot in our own sales channels.We all know that

[PATCH] MINOR: stream: initialize the current_rule field to NULL on stream init

2015-07-23 Thread Remi Gacogne
I stumbled upon a minor valgrind warning when testing a SSL change: ==16783== Conditional jump or move depends on uninitialised value(s) ==16783==at 0x44E662: http_res_get_intercept_rule (proto_http.c:3730) ==16783==by 0x44E662: http_process_res_common (proto_http.c:6528) ==16783==by

[PATCH] Add compatibility with OpenSSL 1.1.x

2015-07-23 Thread Remi Gacogne
Hi, A while back, Lukas Tribus mentioned that HAproxy used quite a few OpenSSL internals that were not going to be usable in the 1.1.x branch, and that we would better take a look at it. As I am currently having unexpected free time, here is a first attempt at fixing it. This patch tries to make

RE: [PATCH] BUG/MINOR: mailer: DATA part must be terminated with CRLF.CRLF

2015-07-23 Thread mlist
This worked fine !! Thanks ! Roberto -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu] Sent: mercoledì 22 luglio 2015 22.42 To: PiBa-NL Cc: HAproxy Mailing Lists; Baptiste; mlist Subject: Re: [PATCH] BUG/MINOR: mailer: DATA part must be terminated with CRLF.CRLF On Wed, Jul

Re: Contribution: change response line

2015-07-23 Thread Willy Tarreau
On Wed, Jul 22, 2015 at 12:43:52PM -0700, Bowen Ni wrote: Right. This is helpful when the logical is complicated. ACL might not be enough in that case. Can I get some feedback from LUA experts? CCing Thierry on this one. Willy Thanks! Best, Bowen On Mon, Jul 13, 2015 at 12:17 AM,

Re: Problems compiling HAProxy with Lua Support

2015-07-23 Thread Willy Tarreau
Hi Vincent, On Thu, Jul 16, 2015 at 09:04:16PM +0200, Vincent Bernat wrote: ??? 13 juillet 2015 19:58 +0200, Vincent Bernat ber...@luffy.cx : I suppose that either -ldl could be added to OPTIONS_LDFLAGS append, like this is done for -lm. Or USE_DL section could be moved towards the end.

Re: Problems compiling HAProxy with Lua Support

2015-07-23 Thread Vincent Bernat
❦ 23 juillet 2015 08:41 +0200, Willy Tarreau w...@1wt.eu : I suppose that either -ldl could be added to OPTIONS_LDFLAGS append, like this is done for -lm. Or USE_DL section could be moved towards the end. I think the first solution is better since libdl seems to be a dependency of lua.

Re: Problems compiling HAProxy with Lua Support

2015-07-23 Thread Willy Tarreau
On Thu, Jul 23, 2015 at 09:07:20AM +0200, Vincent Bernat wrote: ??? 23 juillet 2015 08:41 +0200, Willy Tarreau w...@1wt.eu : I suppose that either -ldl could be added to OPTIONS_LDFLAGS append, like this is done for -lm. Or USE_DL section could be moved towards the end. I think the

Re: Contribution: change response line

2015-07-23 Thread Thierry FOURNIER
Hi Bowen, Can you send an email with the pacth in attachement ? the email encoding for inline text makes some difficulties to get the patch without modifications. In other way, the patch its intresting, but I think that the function http_replace_res_line should be integrated also with the

Seo Angular Haproxy

2015-07-23 Thread Mela Luca
I have an old Angular widget that cause to call a url that dosent exist. http://www.domain/[~%20save.photo%20~] the widget works but the browser complains about 404 on that url. Looking for a solution. Thank Mel

Re: tcp-request + gpc ACLs

2015-07-23 Thread Baptiste
Hi Baptiste, thanks you for answering. At the moment i'm testing 1.6 to bring it in production soon. Do you have an example config snippet for your suggestion? Hi, Unfortunately, not. Baptiste