Hi Karl, On Wed, Dec 01, 2010 at 12:57:36PM +1100, Karl Kloppenborg wrote: > Hi HaProxy Buffs! > > We have setup stunnel + haproxy and it seems to be working really well! > > However, we are receiving a few resp errors in the stats reports for both > HTTP and HTTPs clusters, could someone shed some light on what resp errors > are exactly? > Or further to that, how can I debug or verbose exactly what might be causing > them?
Generally those are just response timeouts. Haproxy aborts the connection when the server failed to respond during the "timeout server" parameter. Maybe you should slightly increase it to cover some long operations. You can parse your haproxy logs using "halog -e", it will give you only the lines which indicate an abnormal termination. The termination flags will tell you exactly how the connection was terminated and why. Cheers, Willy

