|
Page Edited :
FTPSERVER :
TLS-SSL Support
TLS-SSL Support has been edited by Niklas Gustavsson (Dec 28, 2008). Content:This document explains how to enable Apache FTP Server to use Transport Layer Security (TLS) for encrypted client-server communication. FtpServer uses the Java Secure Sockets Extension (JSSE) infrastructure to provide TLS/SSL sockets. JSSE comes packaged with several vendor Java distributions (i.e. Sun Java 1.4.x, IBM Java 1.3.x). For these distributions, please follow the vendor provided instructions for configuring the JVM to use JSSE services. Security modeExplicit Security (default)In this mode server supports both secure and non-secure connection. Upon request from client (AUTH SSL) the server switches to the SSL/TLS mode. In this case, the listener should not use implicit SSL (the default value): <nio-listener name="default" implicit-ssl="false">
Detailed configurationFull documentation on all provided configuration is available on the Listeners page |
Unsubscribe or edit your notifications preferences
