Re: file upload to HAproxy

2014-12-29 Thread Marco Corte
Il 29/12/2014 08:32, 이승엽 ha scritto: I installed Haproxy and 2 WAS. and then I uploaded file to server. but upload speed was very slow. but download speed was working. I opened port about FTP and PASSIVE FTP but same problme(file upload was very slow). Hi! I would check the Linux TCP

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 Baptiste
On Mon, Dec 29, 2014 at 11:00 AM, Yosef Amir amir.yo...@comverse.com 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

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
Hi Yosef, Please keep the ML in Cc. You first need to compile HAProxy to support SSL. Use the USE_OPENSSL compilation directive. Baptiste On Mon, Dec 29, 2014 at 2:25 PM, Yosef Amir amir.yo...@comverse.com wrote: Hi, I get the following error : # haproxy -f /etc/haproxy/haproxy.cfg

RE: HProxy - HTTPS for Stats

2014-12-29 Thread Yosef Amir
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 . Assuming I compiled HAProxy using USE_OPENSSL=1: 1. Does it mean HAProxy will link to local OPENSSL on my Linux ? 2. Does stats configuration with SSL (as you

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 with

Re: HProxy - HTTPS for Stats

2014-12-29 Thread Baptiste
By default, HAProxy will use the openssl library installed on your system. Don't forget to install the openssl dev packages as well. And also, you have to create a self signed certificate and to put it somewhere in your server (use the 'crt' keyword to point to it). Baptiste On Mon, Dec 29,

Re: HProxy - HTTPS for Stats

2014-12-29 Thread David Coulson
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 amir.yo...@comverse.com wrote: I would like that HAProxy will use the OPENSSL