GnuTLS error -37: Rehandshake was requested by the peer

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

Moderator: Project members

Post Reply
Message
Author
sandygws
504 Command not implemented
Posts: 7
Joined: 2009-09-23 14:21

GnuTLS error -37: Rehandshake was requested by the peer

#1 Post by sandygws » 2010-05-03 19:26

I'm using the latest version of FileZilla (Windows) to connect to a Debian server running PROFTPD

Can someone please give me an idea of what's going wrong here - and how I can fix it:
Status: TLS/SSL connection established.
Response: 331 Password required for xxxxxxxxxx
Command: PASS *********************
Response: 150 Opening ASCII mode data connection for file list
Response: 230 User xxxxxxxxxx logged in
Command: OPTS UTF8 ON
Response: 200 UTF8 set to on
Command: PBSZ 0
Response: 200 PBSZ 0 successful
Command: PROT P
Response: 200 Protection set to Private
Status: Connected
Status: Starting download of ABC
Command: CWD /ABC
Response: 250 CWD command successful
Command: PWD
Response: 226 Transfer complete
Status: Directory listing successful
Response: 257 "/ABC" is the current directory
Command: TYPE A
Response: 200 Type set to A
Command: PORT 78,105,11,206,32,145
Response: 200 PORT command successful
Command: RETR ABC
Response: 150 Opening ASCII mode data connection for ABC (8138 bytes)
Response: 226 Transfer complete
Status: File transfer successful, transferred 8,144 bytes in 1 second
Status: Starting download of /ABC
Command: TYPE I
Response: 200 Type set to I
Command: PORT 78,105,11,206,32,146
Response: 200 PORT command successful
Command: RETR ABC
Response: 150 Opening BINARY mode data connection for ABC (13967868899 bytes)
Status: Disconnected from server
Error: GnuTLS error -37: Rehandshake was requested by the peer.
Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
Response: 426 Transfer aborted. Operation not permitted
Error: File transfer failed after transferring 1,073,741,824 bytes in 547 seconds
Status: Starting download of /ABC
Command: PORT 78,105,11,206,32,147
Response: 200 PORT command successful
Command: REST 2147483648
Response: 350 Restarting at 2147483648. Send STORE or RETRIEVE to initiate transfer
Command: RETR ABC
Response: 150 Opening BINARY mode data connection for ABC (11820385251 bytes)
Error: File transfer aborted by user after transferring 29,374,464 bytes in 14 seconds
Error: GnuTLS error -9: A TLS packet with unexpected length was received.
Status: Server did not properly shut down TLS connection
Error: Disconnected from server: ECONNABORTED - Connection aborted

Thank you

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

Re: GnuTLS error -37: Rehandshake was requested by the peer

#2 Post by botg » 2010-05-03 20:42

The server is requiring a re-handshake. Those aren't supported by FileZilla.

Post Reply