Hi All, I want to achieve the HAProxy + SSL + Stickiness session.
This is my configurations: HAProxy - http://pastebin.com/rBYWc5zt Stunnel - http://pastebin.com/e0nRYQ3u So far, I have successfully test the HAProxy and SSL. My problem is that: (1) when I try to rename the "checked.txt" from WEBSERVERS1, I'm still seeing traffic coming in on WEBSERVERS1. The traffic should be going to WEBSERVERS2. When I clear the browser cache and access the site apps again, the traffic is going to WEBSERVERS2. Maybe I have something wrong in my haproxy configuration under in backend?? (2) If #1 is fixed, how can I apply that in SSL? I would appreciate if anyone could share their knowledge and experiences on how to properly setup and configure this HAProxy as I really like this application. Looking forward to hear anyone advises. Thanks. James

