On Mon, Jun 24, 2013 at 06:11:47PM -0700, Qingshan Xie wrote: > Willy and Lukas, > > > I configured my HAProxy as your instruction as below. However, when I > started it, it threw error as " > server IDEV3' unknown keyword 'ssl'". My HAProxy version is 1.5-dev19. > Could you help me what could be wrong? > > > ...... > > backend BACKEND > server IDEV3 173.38.8.41:443 ssl > > > frontend PUBLIC > bind :80 > acl rec_w6 path_beg / > use_backend BACKEND if rec_w6 > ...... > > > > > [ALERT] 174/205533 (15240) : parsing [....../conf/haproxy.cfg:36] : 'server > IDEV3' unknown keyword 'ssl'. Registered keywords :[ ALL] id <arg> > [ALERT] 174/205533 (15240) : Error(s) found in configuration file > :....../conf/haproxy.cfg > [ALERT] 174/205533 (15240) : Fatal errors found in configuration.
Please run "haproxy -vv", I'm sure that you didn't enable SSL at all. Best regards, Willy

