AndFTP does not implement SSL session reuse
Posted: Wed Nov 23, 2011 9:19 am
I would like to use AndFTP to connect to a server that provides FTPS via vsftpd.
Since February 2009, vsftpd enforces SSL session reuse for security reasons.
Unfortunately, AndFTP does not implement SSL session reuse between the control and data connection, which results in log messages like
on the server and AndFTP throwing an exception whenever an upload is supposed to start.
Are there any plans to implement SSL session reuse?
Since February 2009, vsftpd enforces SSL session reuse for security reasons.
Unfortunately, AndFTP does not implement SSL session reuse between the control and data connection, which results in log messages like
Code: Select all
DEBUG: Client "n.n.n.n", "No SSL session reuse on data channel."
Are there any plans to implement SSL session reuse?