On Sat, Sep 29, 2007 at 09:27:04PM -0400, Lauro, John wrote:
> I may need to support SSL soon. Would you run one SSL tunnel both
> between client and HAPROXY, and again between HAPROXY and each of the
> load balanced servers?
No, the principle is to have stunnel between the client and haproxy, then HTTP will be used between haproxy and the servers. It's generally pointless to use SSL between a load balancer and the servers, because :
If you're crossing long distance WAN links, you may need to recipher, but then it's a general WAN problem, which is commonly solved by the use of VPNs or cipher boxes at both ends.
Take a look at the architecture manual, there are examples of how to set up stunnel between the client and haproxy. There are even config examples.
Regards,
Willy
Received on 2007/09/30 05:31
This archive was generated by hypermail 2.2.0 : 2007/11/04 19:21 CET