GnuTLS error -110: The TLS connection was non-properly terminated

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
MonsterMMORPG
500 Command not understood
Posts: 2
Joined: 2019-05-08 09:51
First name: Furkan
Last name: Gözükara

GnuTLS error -110: The TLS connection was non-properly terminated

#1 Post by MonsterMMORPG » 2019-05-08 09:52

I am able to connect my remote server FTP on my home computer meanwhile not in my office computer

I have even tried with a VPN

Both have same settings

I am using latest filezilla client

Here the full debug code

Code: Select all

    Status: Disconnected from server
Trace:  CRealControlSocket::DoClose(66)
Trace:  CControlSocket::DoClose(66)
Trace:  CRealControlSocket::DoClose(66)
Trace:  CControlSocket::DoClose(66)
Trace:  CControlSocket::DoClose(66)
Trace:  CFileZillaEnginePrivate::ResetOperation(0)
Trace:  CControlSocket::SendNextCommand()
Trace:  CFtpLogonOpData::Send() in state 0
Status: Connecting to 198.245.xxx.xxx:21...
Status: Connection established, waiting for welcome message...
Trace:  CFtpControlSocket::OnReceive()
Response:   220 Microsoft FTP Service
Trace:  CFtpLogonOpData::ParseResponse() in state 1
Trace:  CControlSocket::SendNextCommand()
Trace:  CFtpLogonOpData::Send() in state 2
Command:    AUTH TLS
Trace:  CFtpControlSocket::OnReceive()
Response:   234 AUTH command ok. Expecting TLS Negotiation.
Trace:  CFtpLogonOpData::ParseResponse() in state 2
Status: Initializing TLS...
Trace:  CTlsSocketImpl::client_handshake()
Trace:  CTlsSocketImpl::ContinueHandshake()
Trace:  TLS handshake: About to send CLIENT HELLO
Trace:  TLS handshake: Sent CLIENT HELLO
Trace:  CTlsSocketImpl::OnSend()
Trace:  CTlsSocketImpl::ContinueHandshake()
Trace:  CTlsSocketImpl::OnRead()
Trace:  CTlsSocketImpl::ContinueHandshake()
Trace:  CTlsSocketImpl::OnRead()
Trace:  CTlsSocketImpl::ContinueHandshake()
Trace:  CTlsSocketImpl::Failure(-110)
Error:  GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Status: Connection attempt failed with "ECONNABORTED - Connection aborted".
Trace:  CRealControlSocket::OnSocketError(106)
Trace:  CRealControlSocket::DoClose(66)
Trace:  CControlSocket::DoClose(66)
Trace:  CFtpControlSocket::ResetOperation(66)
Trace:  CControlSocket::ResetOperation(66)
Trace:  CFtpLogonOpData::Reset(66) in state 4
Error:  Could not connect to server
Trace:  CFileZillaEnginePrivate::ResetOperation(66)
Status: Waiting to retry...

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

Re: GnuTLS error -110: The TLS connection was non-properly terminated

#2 Post by botg » 2019-05-08 15:07

Something wrong with either the server or the network in-between the client and the server.

MonsterMMORPG
500 Command not understood
Posts: 2
Joined: 2019-05-08 09:51
First name: Furkan
Last name: Gözükara

Re: GnuTLS error -110: The TLS connection was non-properly terminated

#3 Post by MonsterMMORPG » 2019-05-08 23:03

botg wrote:
2019-05-08 15:07
Something wrong with either the server or the network in-between the client and the server.
what is this something? how can i debug it?

currently at my home computer it is working

but at my office computer which is in my university , it gives this error

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

Re: GnuTLS error -110: The TLS connection was non-properly terminated

#4 Post by botg » 2019-05-09 07:58

Try testing your server on https://ftptest.net/, if the test fails too it is something wrong with the server or the server-side network. If the test succeeds it's something on your client's side of the network.

Post Reply