RE: HProxy - HTTPS for Stats

2014-12-30 Thread Yosef Amir
; HAProxy; Cohen Galit Subject: Re: HProxy - HTTPS for Stats What platform are you running, and what version of haproxy are you using? There are probably precompiled binaries for 1.5 which is needed for ssl. Sent from my iPad On Dec 29, 2014, at 11:01 AM, Yosef Amir mailto:amir.yo...@comverse.com

Re: HProxy - HTTPS for Stats

2014-12-29 Thread David Coulson
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, > > Pl

Re: HProxy - HTTPS for Stats

2014-12-29 Thread Baptiste
configuration file : >> /etc/haproxy/haproxy.cfg >> [ALERT] 362/160119 (16836) : Fatal errors found in configuration. >> >> Thanks >> Amir Yosef >> >> >> >> -Original Message- >> From: Baptiste [mailto:bed...@gmail.com] >> S

Re: HProxy - HTTPS for Stats

2014-12-29 Thread Manfred Hollstein
Hi Amir, On Mon, 29 Dec 2014, 17:01:52 +0100, Yosef Amir wrote: > I would like that HAProxy will use the OPENSSL already installed on my Linux. > I don't want to "bring" the SSL libs with HAProxy . I'm afraid you're confusing "using" vs. "pulling in" here. If you want to compile/build HAProxy wit

RE: HProxy - HTTPS for Stats

2014-12-29 Thread Yosef Amir
n with SSL (as you 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

Re: HProxy - HTTPS for Stats

2014-12-29 Thread Baptiste
om] > 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 > wrote: >> Hi , >> I would like to configure stats in haproxy.conf

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 Baptiste
On Mon, Dec 29, 2014 at 11:00 AM, Yosef Amir wrote: > 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 >