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 configuration file I used for both version is the same, which is: frontend https_frontend bind *:8080 bind *:8443 ssl crt /home/ubuntu/haproxy.pem mode http option httpclose option forwardfor reqadd X-Forwarded-Proto:\ https default_backend web_server backend web_server mode http balance roundrobin cookie SERVERID insert indirect nocache server s1 10.0.0.126:8080 weight 6 check cookie s1 Could anyone help me on this please? Many thanks! Best wishes, Weikun

