Thank you. One more question:
What is the difference between TLS_DHE_DSS_WITH_AES_256_CBC_SHA and TLS_DHE_RSA_WITH_AES_256_CBC_SHA If I set to one of these, will it choose the AES256 cipher? Regards On 15 November 2010 13:52, Niklas Gustavsson <[email protected]> wrote: > > On Mon, Nov 15, 2010 at 2:44 PM, Aidan Diffey <[email protected]> wrote: > > When Apache FTP server suggests a cipher to use for FTPS communications, > > what is the default on it suggests? > > FtpServer will default use whatever the JRE provides. > > > If I require the AES256 to be used, how can I set that to be the cipher to > > use? > > You can configure a list of allowed cipher suites, see the > configuration option "enabled-ciphersuites" here: > http://mina.apache.org/ftpserver/listeners.html > > /niklas
