Need SSL termination with HA proxy

Hi Team,
I installed haproxy in ubuntu machine. and after that i edited the haproxy.cfg file.
bind *:18083
mode http
default_backend backendnodes
backend backendnodes
balance roundrobin
option forwardfor
server node1 x.x.x.x:18083 check
server node2 x.x.x.x:18083 check
listen stats
bind :32700
stats enable
stats uri /
stats hide-version
stats auth user:password
Its working fine.but i need SSL termination with HA proxy.
could you please help me this issue.

You have your mailing list thread:

https://www.mail-archive.com/haproxy@formilux.org/msg33265.html