Opened 5 years ago
Last modified 5 years ago
#12143 new Bug report
FileZilla cannot connect to FTP server anymore
Reported by: | doffine | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | 425 data connection TLSOptions NoSessionReuseRequired | Cc: | |
Component version: | 3.47.2.1 | Operating system type: | Windows |
Operating system version: | 10 1909 |
Description
Newly we have the problem that we cannot connect to one of our FTP servers anymore. In the FileZilla log we get the following error lines:
Antwort: 425 Unable to build data connection: Operation not permitted
Fehler: Verzeichnisinhalt konnte nicht empfangen werden
After having some mailing with the data center admin we found that adding the line...
TLSOptions NoSessionReuseRequired
...to our FTP server system solved the problem and we were able again to connect to this server.
We tried several other FTP clients (SmartFTP, WinSCP) and none of them had this problem with this FTP server, only FileZilla. Additionally we tested FileZilla client on about five other Windows systems - on every system the same problem occurs.
Now we think it should be possible to connect with FileZilla without having to disable this security feature (TLSOptions NoSessionReuseRequired) in the FTP server system.
Many greetings,
-doffine
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Another information on this:
Data center engineers stated, that it is a problem with newer FileZillas and TLS 1.3 with an environment consisting of OpenSSL 1.1.1 und ProFTPD 1.3.6c.
At this moment setting the option "TLSOptions NoSessionReuseRequired" is the only workaround.
So it would be really nice if someone here would attend this problem.
Many greetings,
-doffine
We just found the problem: Our data center had updated the server environment to OpenSSL 1.1.1 und ProFTPD 1.3.6c. In this combination it is necessary to set the parameter "TLSOptions NoSessionReuseRequired" for FileZilla to work properly.
Perhaps this information is interesting for FileZilla developers.