On Thu, Jan 22, 2009 at 3:50 AM, Jeff Poling <[email protected]> wrote:
> I'm trying to set up FtpServer to use SSL.  I set the attributes in the 
> ftpd.xml file to use the keystore and trustore, generated the certificate 
> request and used it to get a certificate from a company CA, imported the 
> certificate into the keystore and the CA's root cert into the keystore and 
> truststore.
>
> When I try to access the site using FileZilla set to use FTPS, it doesn't 
> work.  When I look in the ftpd.log file, there's a java stacktrace with an 
> SSL exception of "no cipher suites in common."  I've googled and read the 
> FtpServer message archives, and been unable to find a solution.

That error comes from the SSL handshake where the client and server
tries to negotiate on what cipher suite (basically encryption and
hashing algorithms) and finding that they have none in common.
Anyways, it's a very weird error to get as the JVM usually contains a
huge list of allowed suites, and FileZilla should support many of
them. However, I think the certificates also can limit what suite are
allowed, could you maybe check that? I'm assuming you have not
provided a list of allowed cipher suites in your FtpServer
configuration?

/niklas

Reply via email to