Opened 16 years ago

Last modified 16 years ago

#1437 closed Bug report

Status: Server did not properly shut down TLS connection / E

Reported by: gerrynesbitt Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: gerrynesbitt, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Since 3.1 was released I get the following error when I attmpt to connect to our FTP server.

15:43:37 Status: Server did not properly shut down TLS connection
15:43:37 Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
15:43:37 Response: 226 Transfer complete. 202 bytes transferred. 202 Bps.
15:43:37 Error: Failed to retrieve directory listing
(Full message below)

This problem was introduced after 3.0.11.

Full Debug Listing:


15:43:34 Response: 220 Powered by: GlobalSCAPE Secure FTP Server
15:43:34 Command: AUTH TLS
15:43:35 Response: 234 AUTH Command OK. Initializing SSL connection.
15:43:35 Status: Initializing TLS...
15:43:35 Status: Verifying certificate...
15:43:35 Command: USER gnadmin
15:43:35 Status: TLS/SSL connection established.
15:43:35 Response: 331 Password required for gnadmin.
15:43:35 Command: PASS
15:43:36 Response: 230 Login OK. Proceed.
15:43:36 Command: SYST
15:43:36 Response: 215 UNIX Type: L8
15:43:36 Command: FEAT
15:43:36 Response: 211-Features supported:
15:43:36 Response: COMB target;source_list
15:43:36 Response: REST STREAM
15:43:36 Response: SIZE
15:43:36 Response: MDTM
15:43:36 Response: XCRC filename;start;end
15:43:36 Response: SSCN
15:43:36 Response: MLST Size*;Modify*;Create;Type*;Unique;Perm*;Lang;Media-Type;CharSet;
15:43:36 Response: MODE Z
15:43:36 Response: 211 END
15:43:36 Command: PBSZ 0
15:43:36 Response: 200 PBSZ Command OK. Protection buffer size set to 0.
15:43:36 Command: PROT P
15:43:36 Response: 200 PROT Command OK. Using Private data connection
15:43:36 Status: Connected
15:43:36 Status: Retrieving directory listing...
15:43:36 Command: PWD
15:43:36 Response: 257 "/" is current folder.
15:43:36 Command: TYPE I
15:43:36 Response: 200 Type set to I.
15:43:36 Command: PASV
15:43:37 Response: 227 Entering Passive Mode (38,99,4,59,21,126).
15:43:37 Command: LIST
15:43:37 Response: 150 Opening ASCII mode data connection for file list.
15:43:37 Trace: GnuTLS error -9: A TLS packet with unexpected length was received.
15:43:37 Status: Server did not properly shut down TLS connection
15:43:37 Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
15:43:37 Response: 226 Transfer complete. 202 bytes transferred. 202 Bps.
15:43:37 Error: Failed to retrieve directory listing

Change History (1)

Note: See TracTickets for help on using tickets.