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

0

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

    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...

MonsterMMORPG

Posted 2019-05-08T09:48:46.770

Reputation: 475

No answers