Page 1 of 1

GnuTLS error -50: The request is invalid.

Posted: 2012-08-20 14:02
by verb
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

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

Posted: 2012-08-20 20:33
by botg
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?

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

Posted: 2012-08-21 05:15
by verb
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)

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

Posted: 2012-08-21 06:34
by botg
Purely a client-side problem.

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

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

Posted: 2012-08-21 11:19
by verb
thanx
you were right :!: i fixed it by deleting the source dir and install filezilla from the repositories