Hi Andrey,
> Hi! I use options "option http-server-close" for my haproxy. And I > faced with next problems: After logging on my site (ISSA), customers > execute different steps and their logout on the start page for enter > log/pass. Are you saying that persistence doesn't work? You need to be more clear. Are your clients correctly accepting and sending cookies? > After turn off options option http-server-close problems > disappear. Ok, depending on your HAproxy version you are either falling back to tunnel or full keep-alive mode (v1.5-dev22+) ... > HA-Proxy version 1.4.24 2013/06/17 Is this accurate? Can you post the output of haproxy -vv to be sure. > Will I Have problems on the future without his options or I > can substitute this options. "option http-tunnel" is available in v1.5-dev22+ for this specific use case [1]. But I would suggest you analyze why cookie based persistence doesn't work (you may need it at some point). Regards, Lukas [1] http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#option%20http-tunnel

