> is there any example of balance https with session persistence ?
Dear Adrian,
I am using stunnel on top of HAProxy.
HAProxy's configuration (basically balance source + cookies):
listen p1 10.123.16.177:80
mode http
cookie PK-MAINT-PROD insert indirect nocache
server 10.123.16.111:8081 10.123.16.111:8081 cookie s1 check inter
5000 rise 2 fall 3
server 10.123.16.112:8081 10.123.16.112:8081 cookie s2 check inter
5000 rise 2 fall 3
server 10.123.16.113:8081 10.123.16.113:8081 cookie s3 check inter
5000 rise 2 fall 3
source 10.123.16.177
-----------------------------------------------------------------
unai Received on 2008/12/04 08:56
This archive was generated by hypermail 2.2.0 : 2008/12/04 09:01 CET