But what happens with TLS? Am I supposed to configure my server certificates to HAProxy?
________________________________ From: David Coulson <[email protected]> To: Hermes Flying <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Tuesday, December 11, 2012 1:16 PM Subject: Re: Who replies to client requests? HAProxy is a proxy, so there is one TCP connection from client to HAProxy, then a new TCP connection is built between HAProxy and backend. Backend server responds to HAProxy, then HAProxy sends that to client. On 12/11/12 3:52 AM, Hermes Flying wrote: Hi, >By using a HAProxy as load balancer, the reply to the client is send directly >from the server node that processed the request or the reply is send by >HAProxy? >If the reply is send directly by the server node, do you have any issues by >the fact that the MAC address in the response is different than the MAC >address that was the request for? E.g. like spoofing issue? > > > >Thanks >

