PROBLEM WITH AUTH TLS COMMAND

Come here to discuss FileZilla and FTP in general

Moderator: Project members

Post Reply
Message
Author
jricaurte
500 Command not understood
Posts: 2
Joined: 2018-09-11 20:56
First name: jose
Last name: ricaurte

PROBLEM WITH AUTH TLS COMMAND

#1 Post by jricaurte » 2018-09-12 17:51

I'm doing an FTP connection between Filezilla server and a client programmed in c, but when i send the AUTH TLS command, the server responds "234 Using authentication type TLS" and then "421 Login time exceeded.Closing control connection". I tried to fix this by disabling the firewalls, but nothing happens. Please help to solve this.

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

Re: PROBLEM WITH AUTH TLS COMMAND

#2 Post by botg » 2018-09-12 19:32

Sounds like you aren't performing a TLS handshake.

jricaurte
500 Command not understood
Posts: 2
Joined: 2018-09-11 20:56
First name: jose
Last name: ricaurte

Re: PROBLEM WITH AUTH TLS COMMAND

#3 Post by jricaurte » 2018-09-12 19:53

botg wrote:
2018-09-12 19:32
Sounds like you aren't performing a TLS handshake.
I'm trying to do it with the "AUTH TLS" command. How else could i do the TLS handshake?

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

Re: PROBLEM WITH AUTH TLS COMMAND

#4 Post by botg » 2018-09-13 07:26

AUTH TLS is just stating your intent to perform the handshake. How to shake hands is explained in https://tools.ietf.org/html/rfc5246

Post Reply