450 Error after upgrade to 0.9.60

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
JacekO
500 Command not understood
Posts: 1
Joined: 2019-04-04 15:18
First name: Jacek
Last name: Osuchowski

450 Error after upgrade to 0.9.60

#1 Post by JacekO » 2019-04-05 15:02

I am getting a lot of the following errors when user try to upload a file
450 TLS session of data connection has not resumed or the session does not match the control connection

This is not happening for all users

One of the users reported this exception from their software:
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
java.io.EOFException: SSL peer shut down incorrectly

User avatar
botg
Site Admin
Posts: 35506
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: 450 Error after upgrade to 0.9.60

#2 Post by botg » 2019-04-06 10:20

It's a security feature preventing data connection stealing attacks. Make sure your client reuses the session of the control connection on the data connection. Not only is this needed for security, it incidentally is also a lot faster.

Post Reply