I'm aware of the issues inherent in load balancing FTP, and throwing in SSL makes it doubly difficult.

Does anyone know of an existing product which does a good job of load balancing RFC4217 FTP/TLS? (also known as FTP/SSL and FTPS)

Note I am not asking about SFTP (SSH's file transfer protocol) -- that is easy to load-balance, but unfortunately not an option I can use.

link|improve this question
feedback

1 Answer

Would it be possible to set up a Linux system using LVS? I'm not certain if that will work with TLS but I know because it runs at the transport layer it would work for FTP.

Take a look at Wikimedia and how they are using it for proper SSL web traffic load balancing.

link|improve this answer
It does look as if LVS's port persistence linuxvirtualserver.org/docs/persistence.html might do the job for FTPS. Anyone used it? – slim Oct 18 '11 at 13:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.