Page 1 of 1

Help with: GnuTLS error -15 in gnutls_record_recv: An unexpected TLS packet was received.

Posted: 2020-10-29 09:11
by MemoryDisk
Hello,

Any help with this error is appreciated!


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

Once I create a connection from site manager with the server and use explicit FTP over TLS in available, it creates a TLS connection.

Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in

I start my uploading, and some time after upload has started I get the error message above. But the stransfare seems to go through completely even tho the error occurs.

Thanks in advance!

Re: Help with: GnuTLS error -15 in gnutls_record_recv: An unexpected TLS packet was received.

Posted: 2020-11-02 08:07
by botg
Sounds like the idle browsing connection got closed. Safe to ignore, FileZilla automatically reconnects if needed.

Re: Help with: GnuTLS error -15 in gnutls_record_recv: An unexpected TLS packet was received.

Posted: 2020-11-02 13:52
by MemoryDisk
Thank you for the reply :)