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 built-in support for OPENSSL, your build
environment has to provide an installed version of openssl; and, the
files needed to compile/link also need to be installed!

> Assuming I compiled HAProxy using USE_OPENSSL=1:
> 1.      Does it mean HAProxy will link to local OPENSSL on my Linux ?

Assuming, your installation is at the default locations, then, yes. If
your installation is anywhere else, you need to supply the proper
pathnames for the include files using SSL_INC and for the library files
using SSL_LIB. Take a look at the Makefile to find out the logic.

> 2.      Does stats configuration  with SSL (as you sent in previous mail) 
> will work ? (listen stats....      bind :8050 ssl crt /path/to/crt)

Again, assuming you're using an OPENSSL enabled haproxy, yes.

HTH, cheers.

l8er
manfred

Attachment: signature.asc
Description: Digital signature

Reply via email to