Opened 16 years ago
Closed 16 years ago
#3713 closed Bug report (rejected)
FTPES over explicit TLS/SSL + proftpd
Reported by: | Thomas C. | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: |
Description
Hello Devs!
I cant connect any more over FTPES with the newest FileZilla Version (3.1.1.1) to my proftpd servers (testes on 2 different servers).
19:25:20 Status: Resolving address of my.host.com 19:25:20 Status: Connecting to 88.88.88.88:21... 19:25:20 Status: Connection established, waiting for welcome message... 19:25:20 Response: 220 ProFTPD 1.3.0 Server (my.host.com) [88.88.88.88] 19:25:20 Command: AUTH TLS 19:25:20 Response: 234 AUTH TLS successful 19:25:20 Status: Initializing TLS... 19:25:20 Status: Verifying certificate... 19:25:20 Command: USER user01 19:25:20 Status: TLS/SSL connection established. 19:25:20 Response: 331 Password required for user01. 19:25:20 Command: PASS ****************** 19:25:20 Response: 230 User user01 logged in. 19:25:20 Command: PBSZ 0 19:25:20 Response: 200 PBSZ 0 successful 19:25:20 Command: PROT P 19:25:20 Response: 200 Protection set to Private 19:25:20 Status: Connected 19:25:20 Status: Retrieving directory listing... 19:25:20 Command: PWD 19:25:20 Response: 257 "/" is current directory. 19:25:20 Command: TYPE I 19:25:20 Response: 200 Type set to I 19:25:20 Command: PASV 19:25:20 Response: 227 Entering Passive Mode (88,88,88,88,255,244). 19:25:20 Command: LIST 19:25:20 Response: 150 Opening ASCII mode data connection for file list 19:25:20 Status: Server did not properly shut down TLS connection 19:25:20 Error: Could not read from transfer socket: ECONNABORTED - Connection aborted 19:25:20 Response: 226 Transfer complete. 19:25:20 Error: Failed to retrieve directory listing
I testest the same Server with a old FileZilla Portable Version (2.2.32) and it works properly.
All clients use PASV and the servers are configured with port-ranges thats are accepted on the servers incomming firewall.
Any Idea whats wrong?
Thomas
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Additions I forget to say, that when I switch to FTP (without SSL/TLS) the connection works also with the new Version.