tcp-check setup

2014-11-11 Thread Yosef Amir
Hi , I installed in my lab HA-Proxy version 1.5-dev22-1a34d57 2014/02/03. I would like HAProxy to check IMAP response (banner) in order to increase HA. IMAP Server banner is * OK ProxyIMAP ready to serve you, master . In order to run negative test I inserted wrong string (blabla) but when I

HAProxy - DNS

2014-11-16 Thread Yosef Amir
Hi , Does HAProxy 1.5 support an option of name resolution via DNS ? Does it support getting from DNS list of ips and proxying + balancing+ testing (health check) that list for the period of the TTL ? Thanks Amir Yosef This e-mail message may contain

RE: HAProxy - DNS

2014-11-16 Thread Yosef Amir
Thanks a lot for the quick prompt. Will be very appreciate if you can elaborate (High Level is fine) for this feature option/s ? Thanks Amir Yosef From: Baptiste [mailto:bed...@gmail.com] Sent: Sunday, November 16, 2014 9:32 PM To: Yosef Amir Cc: Cohen Galit; HAProxy; Meltser Tiran Subject: Re

RE: HAProxy - DNS

2014-11-17 Thread Yosef Amir
Thanks a lot for your clear answer. Thanks Amir Yosef -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, November 17, 2014 10:44 AM To: Yosef Amir Cc: Cohen Galit; HAProxy; Meltser Tiran Subject: Re: HAProxy - DNS On Sun, Nov 16, 2014 at 8:50 PM, Yosef Amir

RE: HAProxy - DNS

2014-11-17 Thread Yosef Amir
-Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, November 17, 2014 10:44 AM To: Yosef Amir Cc: Cohen Galit; HAProxy; Meltser Tiran Subject: Re: HAProxy - DNS On Sun, Nov 16, 2014 at 8:50 PM, Yosef Amir amir.yo...@comverse.com wrote: Thanks a lot for the quick prompt

RE: HAProxy - DNS

2014-11-17 Thread Yosef Amir
. Probably for TCP mode (stateless sessions) it is fine but I guess it will not proper configuration for HTTP (statefull sessions), right ? Thanks Amir Yosef -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, November 17, 2014 12:10 PM To: Yosef Amir Cc: Cohen Galit

RE: HAProxy - DNS

2014-11-17 Thread Yosef Amir
[mailto:bed...@gmail.com] Sent: Monday, November 17, 2014 2:12 PM To: Yosef Amir Cc: Cohen Galit; HAProxy; Meltser Tiran Subject: Re: HAProxy - DNS On Mon, Nov 17, 2014 at 11:37 AM, Yosef Amir amir.yo...@comverse.commailto:amir.yo...@comverse.com wrote: Lets say that the DNS is configure with s1.domain.com

RE: HAProxy - DNS

2014-11-18 Thread Yosef Amir
Thanks ! Thanks Amir Yosef -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, November 17, 2014 6:06 PM To: Yosef Amir Cc: Cohen Galit; HAProxy; Meltser Tiran Subject: Re: HAProxy - DNS Let me answer inline. On Mon, Nov 17, 2014 at 2:48 PM, Yosef Amir amir.yo

RE: HAProxy - DNS

2014-11-24 Thread Yosef Amir
? Appreciate your support. Thanks Amir Yosef -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, November 17, 2014 6:06 PM To: Yosef Amir Cc: Cohen Galit; HAProxy; Meltser Tiran Subject: Re: HAProxy - DNS Let me answer inline. On Mon, Nov 17, 2014 at 2:48 PM

Health-check with banner for IMAP over SSL

2014-11-24 Thread Yosef Amir
Hi HAProxy team, I have few questions related HAProxy 1.5.8. IMAP SSL health-check mechanism and configuration. For plain IMAP configuration (no SSl) the health-check for the backend servers with the logic of active/no-active server according the banner response seems to work just fine. I would

RE: Health-check with banner for IMAP over SSL

2014-11-25 Thread Yosef Amir
_ From: Yosef Amir Sent: Tuesday, November 25, 2014 8:39 AM To: 'haproxy@formilux.org' Subject: Health-check with banner for IMAP over SSL Hi HAProxy team, I have few questions related HAProxy 1.5.8. IMAP SSL health-check mechanism and configuration. For plain IMAP configuration (no SSl

HProxy - HTTPS for Stats

2014-12-29 Thread Yosef Amir
Hi , I would like to configure stats in haproxy.config file. For http is working great. How can I configure the HAProxy stats to use HTTPS ? Does it supported? My current lab configuration for stats is : listen stats :8050 mode http stats admin if TRUE # LOCALHOST stats

RE: HProxy - HTTPS for Stats

2014-12-29 Thread Yosef Amir
Thanks. I will check it. Thanks Amir Yosef -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, December 29, 2014 12:59 PM To: Yosef Amir Cc: haproxy@formilux.org; Cohen Galit Subject: Re: HProxy - HTTPS for Stats On Mon, Dec 29, 2014 at 11:00 AM, Yosef Amir

RE: HProxy - HTTPS for Stats

2014-12-29 Thread Yosef Amir
sent in previous mail) will work ? (listen stats bind :8050 ssl crt /path/to/crt) -Original Message- From: Baptiste [mailto:bed...@gmail.com] Sent: Monday, December 29, 2014 4:02 PM To: Yosef Amir; HAProxy Subject: Re: HProxy - HTTPS for Stats Hi Yosef, Please keep the ML

RE: HProxy - HTTPS for Stats

2014-12-30 Thread Yosef Amir
I successfully compiled HAProxy 1.5.9 on my Red Hat Enterprise Linux Server release 5.1 (Tikanga). I successfully initialize HAProxy include stats over HTTPS. Thanks a lot From: David Coulson [mailto:da...@davidcoulson.net] Sent: Monday, December 29, 2014 7:06 PM To: Yosef Amir Cc: Baptiste

RE: tcp-check for IMAP SSL ?

2015-01-01 Thread Yosef Amir
connect port 143 tcp-check expect string *\ OK tcp-check connect port 993 ssl tcp-check expect string *\ OK ... I will try that first. thanks Thanks Amir Yosef From: Rainer Duffner [mailto:rai...@ultra-secure.de] Sent: Thursday, January 01, 2015 4:18 PM To: PiBa-NL Cc: Yosef Amir

RE: tcp-check for IMAP SSL ?

2015-01-01 Thread Yosef Amir
string *\ OK\ IMAP4\ server\ ready\ (Multi\ Media\ IP\ Store) Thanks Amir Yosef From: PiBa-NL [mailto:piba.nl@gmail.com] Sent: Thursday, January 01, 2015 3:37 PM To: Yosef Amir; HAProxy Subject: Re: tcp-check for IMAP SSL ? Yosef Amir schreef op 1-1-2015 om 13:57: Hi , I have servers

tcp-check for IMAP SSL ?

2015-01-01 Thread Yosef Amir
Hi , I have servers that listen for plain IMAP on port 143 and servers that listen for IMAP SSL on port 443. I have successfully tested HAProxy for tcp-check proxying to IMAP servers listen on port 143 . I don't know how to configure the option tcp-check on HAProxy proxying to IMAP servers

Recall: Logging to file when HAProxy failed to start

2015-02-10 Thread Yosef Amir
Yosef Amir would like to recall the message, Logging to file when HAProxy failed to start. “This e-mail message may contain confidential, commercial or privileged information that constitutes proprietary information of Comverse Inc. or its subsidiaries. If you

Logging to file when HAProxy failed to start

2015-02-10 Thread Yosef Amir
Hi , Currently, When HAproxy failed to initial (E.G invalid haproxy.cfg options) it write the error to the screen. Is there option that HAproxy will write to log file when it failed to initial? Thanks Amir Yosef This e-mail message may contain confidential,

Logging to file when HAProxy failed to start

2015-02-10 Thread Yosef Amir
Hi , Currently, When HAproxy failed to initial (E.G invalid haproxy.cfg options) it write the error to the screen. Is there option that HAproxy will write to log file when it failed to initial? Example: [root@proxy-au2 ~]# haproxy -f /usr/cti/conf/haproxy/haproxy.cfg [ALERT] 040/172141 (12460) :