GnuTLS error -50: The request is invalid.

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
verb
500 Command not understood
Posts: 3
Joined: 2012-08-20 13:46
First name: jko

GnuTLS error -50: The request is invalid.

#1 Post by verb » 2012-08-20 14:02

Hello guys
I am trying to connect pureftp 1.0.36 with TLS enabled , unfortunately this error appear on both debian and fedora distro

Code: Select all

Response:	220 This is a private system - No anonymous login
Command:	AUTH TLS
Response:	234 AUTH TLS OK.
Status:	Initializing TLS...
Error:	GnuTLS error -50: The request is invalid.
Error:	Failed to initialize TLS.
Error:	Could not connect to server
Status:	Disconnected from server
on debian i have GnuTLS : 2.8.6 on fedora not sure (2.8.6 or 2.8.8 )
on both clients the FileZilla client is installed like follows :
downloading the tarball -> extract it in /usr/lib and making symbolic links /usr/bin/filezilla -> /usr/lib/FileZilla3/bin/filezilla

any Ideas how to fix this issue ?

ps:non-encrypted connections work fine and the filezilla version is 3.5.3

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

Re: GnuTLS error -50: The request is invalid.

#2 Post by botg » 2012-08-20 20:33

I don't think I've seen that error before. Can you please post a log with debug level set to 4 in the settings dialog of FileZilla?

verb
500 Command not understood
Posts: 3
Joined: 2012-08-20 13:46
First name: jko

Re: GnuTLS error -50: The request is invalid.

#3 Post by verb » 2012-08-21 05:15

thanx for the reply
here you have the debug level set to 4

Code: Select all

Trace:	CControlSocket::DoClose(64)
Trace:	CControlSocket::DoClose(64)
Status:	Connecting to 192.168.10.4:22888...
Status:	Connection established, waiting for welcome message...
Trace:	CFtpControlSocket::OnReceive()
Response:	220-Welcome to FTPServer !
Response:	220 This is a private system - No anonymous login
Trace:	CFtpControlSocket::SendNextCommand()
Command:	AUTH TLS
Trace:	CFtpControlSocket::OnReceive()
Response:	234 AUTH TLS OK.
Status:	Initializing TLS...
Error:	GnuTLS error -50: The request is invalid.
Error:	Failed to initialize TLS.
Trace:	CControlSocket::DoClose(130)
Trace:	CFtpControlSocket::ResetOperation(194)
Trace:	CControlSocket::ResetOperation(194)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(194)

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

Re: GnuTLS error -50: The request is invalid.

#4 Post by botg » 2012-08-21 06:34

Purely a client-side problem.

Does it work using the version of FileZilla available in Debian's repository?

verb
500 Command not understood
Posts: 3
Joined: 2012-08-20 13:46
First name: jko

Re: GnuTLS error -50: The request is invalid.

#5 Post by verb » 2012-08-21 11:19

thanx
you were right :!: i fixed it by deleting the source dir and install filezilla from the repositories

Post Reply