Hi Weikun, On Wed, 13 Aug 2014, 14:35:38 +0200, Wang, Weikun wrote: > Hi, > > I was using haproxy to do load balancing with ssl. The version I used is > 1.5-dev22-518cedd 2014/02/17, which worked great. > > Now I changed it to the recent stable version 1.5.3. However, it gave me > the following error: > > [ALERT] 224/122907 (11182) : parsing [/home/ubuntu/haproxy.cfg:6] : 'bind > *:8443' unknown keyword 'ssl'. Registered keywords :
the error you get indicates that your haproxy has been built without builtin SSL support. Where did you get your package from? Can you show us the output from running "haproxy -vv"? It'll show if USE_OPENSSL has been used for compilation or not. > [...] > Could anyone help me on this please? > Many thanks! > > Best wishes, > Weikun HTH, cheers. l8er manfred

