Hello Rahul, On Thu, Aug 9, 2012 at 12:13 AM, Rahul Nair <[email protected]> wrote: > Guys, > I am in process of implementing HAProxy with TPROXY in our setup for "mode > tcp". > All of a sudden the website stops working and gives out error in browser: > "Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error." > When I remove/comment "source 0.0.0.0 usesrc clientip" the website starts > working fine. > And later on when I again enable "source 0.0.0.0 usesrc clientip" it starts > working fine, It seems that the issue is intermittent. > Please help me understand what exactly the problem could be. > Hardware configuration of HAProxy server: > RAM:256MB > Processor:Single core > Thanks, > Rahul N.
>From your description, it could be an issue with some connection tracking somewhere caused by excess of source addr:ports. But it could be many things. What's your haproxy version and kernel version ? Are you sure all your servers route back through your haproxy box ? Did you test only from one source machine or did you have many clients ? Willy

