FTPS connection doesn't get past Initializing TLS...

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
raymond007
500 Command not understood
Posts: 4
Joined: 2009-11-04 07:04
First name: raymond
Last name: szebin

FTPS connection doesn't get past Initializing TLS...

#1 Post by raymond007 » 2009-11-04 07:13

guys, i am having a nightmare whit this :hang: :hammer:

09:58:06 Status: Connecting to ip address :2222...
09:58:06 Status: Connection established, waiting for welcome message...
09:58:06 Trace: CFtpControlSocket::OnReceive()
09:58:06 Response: 220 FTP Server ready.
09:58:06 Trace: CFtpControlSocket::SendNextCommand()
09:58:06 Command: USER tom
09:58:06 Trace: CFtpControlSocket::OnReceive()
09:58:06 Response: 550 SSL/TLS required on the control channel
09:58:06 Trace: CControlSocket::DoClose(64)
09:58:06 Trace: CFtpControlSocket::ResetOperation(66)
09:58:06 Trace: CControlSocket::ResetOperation(66)
09:58:06 Error: Could not connect to server
09:58:06 Trace: CFileZillaEnginePrivate::ResetOperation(66)

i am using proftpd 1.3.1, OpenSSL 0.9.8g, Filezilla Client 3.2.8.1
when i enable in the config file of proftpd "TLSRequired on" this is what i get. my goal is to have a secure FTP, this is why i am here in the first place. without TLS everything works, so could you guys please give me a hint ?

User avatar
boco
Contributor
Posts: 26930
Joined: 2006-05-01 03:28
Location: Germany

Re: FTPS connection doesn't get past Initializing TLS...

#2 Post by boco » 2009-11-04 07:26

Preceed the hostname with ftpes:// .
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

raymond007
500 Command not understood
Posts: 4
Joined: 2009-11-04 07:04
First name: raymond
Last name: szebin

Re: FTPS connection doesn't get past Initializing TLS...

#3 Post by raymond007 » 2009-11-04 08:55

oh my god

i have been struggling with this for 3 day, wow! it prompts for certificate now, i still have some
Transfer connection interrupted: ECONNABORTED - Connection aborted
and
Failed to retrieve directory listing


but i saw other people having those issues i will just look at their posts!

whehew! i am a much happier person now, thanks boco!

ftpes.... :beer:

Ghosty
500 Command not understood
Posts: 1
Joined: 2009-11-05 15:05
First name: Daniel
Last name: Geist

Re: FTPS connection doesn't get past Initializing TLS...

#4 Post by Ghosty » 2009-11-05 15:13

I'm having the same problem, FileZilla is not able to connect properly via ftpes://
If I use CoreFTP everything works fine.

Code: Select all

FileZilla Client
----------------

Version:          3.2.8.1

Build information:
  Compiled for:   i586-pc-mingw32msvc
  Compiled on:    x86_64-unknown-linux-gnu
  Build date:     2009-10-10
  Compiled with:  i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
  Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:
  wxWidgets:      2.8.10
  GnuTLS:         2.8.3

Code: Select all

Status:	Connecting to ********:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ProFTPD 1.3.1 Server (ProFTPD) [********]
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER ********
Status:	TLS/SSL connection established.
Response:	331 Password required for ********
Command:	PASS ********
Response:	230 User ******** logged in
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Features:
Response:	 MDTM
Response:	 AUTH TLS
Response:	 PBSZ
Response:	 PROT
Response:	 REST STREAM
Response:	 SIZE
Response:	211 End
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Retrieving directory listing...
Command:	CWD /
Response:	250 CWD command successful
Command:	PWD
Response:	257 "/" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (*******).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Status:	Server did not properly shut down TLS connection
Error:	Could not read from transfer socket: ECONNABORTED - Connection aborted
Response:	226-Transfer complete
Response:	226 Quotas off
Error:	Failed to retrieve directory listing
Response:	421 No transfer timeout (300 seconds): closing control connection
Status:	Server did not properly shut down TLS connection
Error:	Could not read from socket: ECONNABORTED - Connection aborted
Error:	Disconnected from server

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

Re: FTPS connection doesn't get past Initializing TLS...

#5 Post by botg » 2009-11-05 17:49

Status: Server did not properly shut down TLS connection
Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
Broken server. To be precise a security vulnerability even. You need to upgrade to a proper server. See http://forum.filezilla-project.org/view ... f=2&t=7688

Post Reply