GnuTLS error -15

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
vespasian
500 Command not understood
Posts: 1
Joined: 2020-04-27 16:17
First name: Alex
Last name: Ryan

GnuTLS error -15

#1 Post by vespasian » 2020-04-27 16:25

I'm trying to get an ftp server setup on a google cloud virtual machine.
I followed these instructions precisely:
https://www.siteyaar.com/setup-ftp-serv ... ogle-cloud
But filezilla gives me this error:

Error: GnuTLS error -15 in gnutls_record_recv: An unexpected TLS packet was received.
Error: Could not read from socket: ECONNABORTED - Connection aborted
Error: Could not connect to server

I tried disabling TLS by commenting out these lines and bouncing the ftp server, but I still get the error:
# ssl_tlsv1=YES
# ssl_sslv2=NO
# ssl_sslv3=NO

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

Re: GnuTLS error -15

#2 Post by botg » 2020-04-27 22:30

Please post a complete and unmodified log of a connection attempt.

Post Reply