I have a problem trying to access a FTPS server using the FTPCaller. I get an 'SSL connect error' when attempting to connect. The same process works in Filezilla. Can this be done in FME?
Page 1 / 1
Currently, it is not possible to use the FTPCaller to access a FTPS server hosted on FileZilla. This is in part due to a Windows Update, that requires “Extended Master Secret” to be enabled. Unfortunately, this is only supported on OpenSSL version 1.1.0 or greater. FileZilla Server uses OpenSSL version 1.0.2.g.
As such, the only solution to this would be one of the following:
Use a different FTPS server program. Preferably one which is more regularly updated and maintained.
Configure the Filezilla Server to no longer require TLS session resumption for data connections. This will make the server less secure.