Re: No common ciphersuite

2011-01-27 Thread John Hartnup
Thanks for that Brad -- it was some kind of problem with the server certificate JKS file. The error message is misleading; worth a bug report? For ftpserver or for MINA? Or is it something that the Java security API prevents fixing? On 26 January 2011 23:17, Brad McEvoy b...@bradmcevoy.com

Re: No common ciphersuite

2011-01-27 Thread Niklas Gustavsson
On Thu, Jan 27, 2011 at 11:49 AM, John Hartnup john.hart...@gmail.com wrote: The error message is misleading; worth a bug report? For ftpserver or for MINA? Or is it something that the Java security API prevents fixing? I'm afraid this error comes from the JRE and there is not much we can do

No common ciphersuite

2011-01-26 Thread John Hartnup
I'm running ftpserver on J2SE 1.5 on Windows, and trying to connect to it using the ftp-ssl client on Debian Linux. On the server side I have: ssl protocol=TLS client-authentication=NONE keystore file=test.jks password=password / /ssl On the client side I have: ftp -z certrequired -z cipher-ALL

Re: No common ciphersuite

2011-01-26 Thread Niklas Gustavsson
On Wed, Jan 26, 2011 at 6:09 PM, John Hartnup john.hart...@gmail.com wrote: If I don't specify a ciphersuite, according to the documentation, the server should accept every ciphersuite available to Java. Yet it is the Java side that is reporting no matching ciphersuite, and sending the SSL

Re: No common ciphersuite

2011-01-26 Thread Brad McEvoy
I had the same problem recently (not with apache ftp, but with another server, but i think its all the same under the hood), and of course the problem wasnt anything to do with missing cipher suites. Can't remember exactly what it was but it was just a config error. It caused an exception