Java 1.7 has support for TLS 1.2. http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#StandardAPI
Otherwise, there are commercial JCE providers that support TLS 1.2 which work on Java 1.5 and up. Hope this helps! Sai. On Thu, Jun 21, 2012 at 9:48 AM, Niklas Gustavsson <nik...@protocol7.com>wrote: > On Thu, Jun 21, 2012 at 1:50 PM, Anurag Panda <panu...@in.ibm.com> wrote: > > Is TLS 1.2 supported in Apache FTP server, or is it planned to be > > supported? > > FtpServer uses the Java JCE for all if it's TLS support. So, if > there's support in your JRE/JDK, I think it should work. I have > however not verified this. > > /niklas >