On Sun, Mar 13, 2011 at 2:16 PM, sebb <[email protected]> wrote: > I've now discovered that the problem was that the client application > was not sending any authentication information. > > But - surely the ftp server should return a better notification to the client?
The SSL handling is done by the JVM implementation and is out of reach for FtpServer. So, as far as I know, there is no way to provide alternativ error messages to clients during SSL handshake failures. /niklas
