cordova-plugin-ftp icon indicating copy to clipboard operation
cordova-plugin-ftp copied to clipboard

TLS session resumption

Open mperazam05 opened this issue 2 years ago • 0 comments

I am having an issue when uploading documents to a server with an FTPES connection with protocol TLSv1.2:

E/CDVFtp: execute: upload error=it.sauronsoftware.ftp4j.FTPException [code=425, message= Unable to build data connection: TLS session of data connection not resumed.]

Modern servers are changing to require TLS resumption on data connection when using PROT P. Such is the case with FileZilla Server. Disabling this has some security risks. Could you implement TLS session resumption somehow in this plugin?

mperazam05 avatar Mar 22 '22 19:03 mperazam05