[Solved] I will give up SSL if you can´t help me :(

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
lordzlayer
500 Command not understood
Posts: 1
Joined: 2008-03-14 10:07
First name: Johan
Last name: Johnsson

[Solved] I will give up SSL if you can´t help me :(

#1 Post by lordzlayer » 2008-03-14 11:34

Hi there everyone!

Ok I have sucessfully set up an ftp server and it works well, but I would like to use SSL for better security and have struggle a bit with the certificate and finally got it to work. The thing is, now when I get connected it get the SSL established and when its gonna get the filelist it fails and here is the output.

This is what i get in the server log:

(000008) 2008-03-14 12:15:05 - (not logged in) (xxx.xxx.xxx.xxx)> Connected, sending welcome message...
(000008) 2008-03-14 12:15:05 - (not logged in) (xxx.xxx.xxx.xxx)> 220-FileZilla Server version 0.9.24 beta
(000008) 2008-03-14 12:15:05 - (not logged in) (xxx.xxx.xxx.xxx)> 220 Lord Zlayers FTP
(000008) 2008-03-14 12:15:06 - (not logged in) (xxx.xxx.xxx.xxx)> SSL connection established
(000008) 2008-03-14 12:15:06 - (not logged in) (xxx.xxx.xxx.xxx)> USER Zlayer
(000008) 2008-03-14 12:15:06 - (not logged in) (xxx.xxx.xxx.xxx)> 331 Password required for zlayer
(000008) 2008-03-14 12:15:06 - (not logged in) (xxx.xxx.xxx.xxx)> PASS ***********
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 230 Logged on
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxxx)> PBSZ 0
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 200 PBSZ=0
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> PROT P
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 200 Protection level set to P
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> PWD
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 257 "/" is current directory.
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> TYPE I
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 200 Type set to I
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> PORT 10,0,0,104,6,108
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 200 Port command successful
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> LIST
(000008) 2008-03-14 12:15:06 - zlayer (xxx.xxx.xxx.xxx)> 150 Opening data channel for directory list.
(000008) 2008-03-14 12:15:16 - zlayer (xxx.xxx.xxx.xxx)> 425 Can't open data connection.

And this is what i get in client log:

Status: Connecting to xxx.xxx.xxx.xxx:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS/SSL connection established, waiting for welcome message...
Response: 220-FileZilla Server version 0.9.24 beta
Response: 220 Lord Zlayers FTP
Command: USER Zlayer
Response: 331 Password required for zlayer
Command: PASS ***********
Response: 230 Logged on
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Protection level set to P
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PORT 10,0,0,104,6,147
Response: 200 Port command successful
Command: LIST
Response: 150 Opening data channel for directory list.
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing

I have read the network configuration guide, i have aswell changed my router to DMZ to ensure that it isnt the router. As you can see i use a previous version of the server to check if it was the latest version that was the problem but it isnt. I have checked alot on the forum to see if all other posts I found about SSL could help me but I can´t figure out what the problem is.

Anyone who have any idea?
/thx in advance!

Edit: Well I seemed to get it to work, changed to passive mode in filezilla client and it worked! Well maybe this thread can be of any use to anyother who gets the same error as I did :D

So have an nice day everyone!

Post Reply