C'est la rentrée des offres chez Allianz

2015-05-11 Thread Allianz
eAllianz Auto, l'assurance de faire des économies ! 4 bonnes raisons de choisir l’assurance auto Allianz • Des tarifs en accord avec vos besoins • Une gestion en ligne • La proximité d’un Agent Général à votre écoute • L’expertise Allianz, leader européen de l’assurance eAllianz Auto, la simplicité

Higher 'peer' traffic with 1.5.12

2015-05-11 Thread Marco Corte
Hi. I am running haproxy on 2 ubuntu 12.04 LTS boxes with some IP managed by keepalived. One week ago I updated many packages including haproxy that is now version 1.5.12. Since then, the "peer" traffic between the nodes increased a lot. If both nodes are active, each one owning some IPs,

C'est la rentrée des offres chez Allianz

2015-05-11 Thread Allianz
eAllianz Auto, l'assurance de faire des économies ! 4 bonnes raisons de choisir l’assurance auto Allianz • Des tarifs en accord avec vos besoins • Une gestion en ligne • La proximité d’un Agent Général à votre écoute • L’expertise Allianz, leader européen de l’assurance eAllianz Auto, la simplicité

VM Power Control/Elasticity

2015-05-11 Thread Nick Couchman
I was wondering if it is possible or there's a recommended way to deal with dynamic capacity expansion for a given back-end. I searched through the documentation some and didn't see anything obvious, so figured I would ask here. Basically, I would like a way to trigger a script when the number

Re: VM Power Control/Elasticity

2015-05-11 Thread Ben Timby
Nick, HAProxy provides statistics via socket or HTTP interface. You can easily monitor these stats and run scripts. Some cron jobs and regex should suffice. Specific cases like this are usually not something I would imagine belongs in HAProxy core, since it is not directly related to load balancin

Re: VM Power Control/Elasticity

2015-05-11 Thread Ben Timby
Nick, Here is some information on using socat to interact with the stats socket. This might be useful for shell scripting. http://www.mgoff.in/2010/07/14/haproxy-gathering-stats-using-socat/

Re: VM Power Control/Elasticity

2015-05-11 Thread Nick Couchman
Thanks for the hints, Ben. I'll defer to those who are experts about whether or not something like that should be part of the core functionality; however, it seems that even though this case might not be a great one for adding that to the core, there are a multitude of reasons why you'd want som

Re: VM Power Control/Elasticity

2015-05-11 Thread Nick Couchman
Thanks for the site - I will take a look. Sounds like the socket is the way to go - should be easier to parse than the web UI. -Nick From: "Ben Timby" To: "Nick E Couchman" Cc: haproxy@formilux.org Sent: Monday, May 11, 2015 11:35:03 AM Subject: Re: VM Power Control/Elasticity Nick,

SSL handshake failure when setting up no-tlsv10

2015-05-11 Thread Amol
Hi I am using Haproxy (1.5.9) and trying to resolve a PCI compliance issue with TLS v1.0, but when i set the following options in global section of the haproxy.cfg i am getting an error in my haproxy.log and the webpage does not showup. ssl-default-bind-options no-sslv3 no-tlsv10 error in hap

Re: SSL handshake failure when setting up no-tlsv10

2015-05-11 Thread Pavlos Parissis
On 11/05/2015 10:46 μμ, Amol wrote: > Hi > I am using Haproxy (1.5.9) and trying to resolve a PCI compliance issue > with TLS v1.0, but when i set the following options in global section of > the haproxy.cfg i am getting an error in my haproxy.log and the webpage > does not showup. > > ssl-default

Re: SSL handshake failure when setting up no-tlsv10

2015-05-11 Thread Bryan Talbot
On Mon, May 11, 2015 at 1:46 PM, Amol wrote: > Hi > I am using Haproxy (1.5.9) and trying to resolve a PCI compliance issue > with TLS v1.0, but when i set the following options in global section of > the haproxy.cfg i am getting an error in my haproxy.log and the webpage > does not showup. > > s

Re: VM Power Control/Elasticity

2015-05-11 Thread Ben Timby
On Mon, May 11, 2015 at 3:47 PM, Nick Couchman wrote: > Thanks for the hints, Ben. I'll defer to those who are experts about > whether or not something like that should be part of the core > functionality; however, it seems that even though this case might not be a > great one for adding that to

[PATCH] MINOR: Add sample fetch which identifies if the SSL session has been resumed

2015-05-11 Thread Nenad Merdanovic
Signed-off-by: Nenad Merdanovic --- src/ssl_sock.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/ssl_sock.c b/src/ssl_sock.c index b3adf9a..59e3630 100644 --- a/src/ssl_sock.c +++ b/src/ssl_sock.c @@ -3716,6 +3716,19 @@ smp_fetch_ssl_fc_has_sni(const struct arg *args, st

COB downlight with high lumen

2015-05-11 Thread lina
Dear Sir,  COB downlight with high performance-price ratio are available for you.   Below you can find some product information for your reference:    *3w 5w 12w 15w 20w 30w

BABY PRODUCTS&TOYS SUPPLIER/MINETOYS

2015-05-11 Thread mine_toys
Dear Sirs, Good day! This is Spring from MINETOYS COMPANY.We are the baby products&toys supplier in China. Glad to learnt that you are on the market for toys & baby products. Our company have specialized in baby products & toys for more than 8 years.We've won a good reputation and recognition

[SPAM] Effacer vos impôts c est possible

2015-05-11 Thread Christelle
Loi Pinel 0 euro d'impôt Pendant 12ans avec la Loi Pinel Loi Pinel 2014 Recevez gratuitement le guide Nouvelle loi Pinel Cliquez ici 0euro d'impôt pendant 12ans Tous les avantages Recevoir le guide gratuit Constituez un patrimoine immobilier Percevez des revenus complémentaires Prépar

send-proxy and x-forward-for

2015-05-11 Thread Phil Daws
Hello: am testing NGINX behind HAP 1.5.11 and having trouble to understand how send-proxy should be used with a combination of x-forward-for. What I so far in my haproxy.cfg is as follows: frontend frontend-web-http mode http bind 192.168.8.70:80 default_backend backend