Filezilla ошибка 110

Moderator: Project members

wanakt

500 Command not understood
Posts: 3
Joined: 2022-06-20 08:23
First name: Jay
Last name: Kim

GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#1

Post

by wanakt » 2022-06-20 09:20

I am using FileZilla Server 1.4.1.

The server seems to be installed properly, since it passed the test on ftptest.net.
Furthermore, getting list of directories, downloading and delete through TLS Connection succeeded.

However, whenever I try to upload a file to the ftp, an error message «GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated» continues to appear.
The log of FileZilla Server is as follows;

<Date> Info [Type] Message
<> FTP Session 297 192.168.0.1 [Response] 220-FileZilla Server 1.4.1
<> FTP Session 297 192.168.0.1 [Response] 220 Please visit https://filezilla-project.org/
<> FTP Session 297 192.168.0.1 [Command] AUTH TLS
<> FTP Session 297 192.168.0.1 [Response] 234 Using authentication type TLS.
<> FTP Session 297 192.168.0.1 [Command] USER ****
<> FTP Session 297 192.168.0.1 [Response] 331 Please, specify the password.
<> FTP Session 297 192.168.0.1 [Command] PASS ****
<> FTP Session 297 192.168.0.1 wanakt [Response] 230 Login successful.
<> FTP Session 297 192.168.0.1 wanakt [Command] PBSZ 0
<> FTP Session 297 192.168.0.1 wanakt [Response] 200 PBSZ=0
<> FTP Session 297 192.168.0.1 wanakt [Command] PROT P
<> FTP Session 297 192.168.0.1 wanakt [Response] 200 Protection level set to P
<> FTP Session 297 192.168.0.1 wanakt [Command] OPTS utf8 on
<> FTP Session 297 192.168.0.1 wanakt [Response] 202 UTF8 mode is always enabled. No need to send this command
<> FTP Session 297 192.168.0.1 wanakt [Command] PWD
<> FTP Session 297 192.168.0.1 wanakt [Response] 257 «/» is current directory.
<> FTP Session 297 192.168.0.1 wanakt [Command] TYPE I
<> FTP Session 297 192.168.0.1 wanakt [Response] 200 Type set to I
<> FTP Session 297 192.168.0.1 wanakt [Command] PASV
<> FTP Session 297 192.168.0.1 wanakt [Response] 227 Entering Passive Mode (221,148,162,103,246,204)
<> FTP Session 297 192.168.0.1 wanakt [Command] STOR test/임차인 동의서(202호).pdf
<> FTP Session 297 192.168.0.1 wanakt [Response] 150 Starting data transfer.
<> FTP Session 297 192.168.0.1 wanakt [Error] GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
<> FTP Session 297 192.168.0.1 wanakt [Status] Client did not properly shut down TLS connection
<> FTP Session 297 192.168.0.1 wanakt [Response] 425 Error while transfering data: ECONNABORTED — Connection aborted

The odd things is that the file is uploaded properly regardless of the above error message.

It would be highly appreciated, if you would let me know what I should do to fix the above error.


User avatar

botg

Site Admin
Posts: 35142
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse
Contact:

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#2

Post

by botg » 2022-06-21 08:38

<> FTP Session 297 192.168.0.1 wanakt [Response] 227 Entering Passive Mode (221,148,162,103,246,204)

So the server sits behind a NAT router. Did you check the «Use the default host for local connections» checkbox on the server’s passive mode settings page?


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#3

Post

by tchicken » 2022-06-22 20:06

Thank you for your answer botg,

I checked the box, restarted the service, but I still have the same error, another idea ?

And I have the same problème in passive or active mode !


User avatar

botg

Site Admin
Posts: 35142
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse
Contact:

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#4

Post

by botg » 2022-06-23 07:54

Please provide a log with the checkbox enabled. Which client software are you using?


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#5

Post

by tchicken » 2022-06-23 20:16

I use FileZilla client, log attached, thanks for your help ;)

Attachments
filezilla-server.log
(3.23 MiB) Downloaded 95 times


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#6

Post

by tchicken » 2022-06-24 07:47

«Use the following host (leave empty to keep the defaule one)» contained an IP address, I deleted it, it didn’t solve the problem, I add the new log file as an attachment. thank you again for your precious help.

Attachments
filezilla-server.log
(3.25 MiB) Downloaded 69 times


User avatar

botg

Site Admin
Posts: 35142
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse
Contact:

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#7

Post

by botg » 2022-06-24 09:32

Are you using any firewalls or AV products? What happens if you completely uninstall them for a test?


wanakt

500 Command not understood
Posts: 3
Joined: 2022-06-20 08:23
First name: Jay
Last name: Kim

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#8

Post

by wanakt » 2022-06-25 02:36

I am using only window defender.
As per your recommendation, I reinstalled FileZilla Server but it did not solve the problem.


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#9

Post

by tchicken » 2022-06-25 09:12

Hi Botg,
it seems that we are 2 to have the same problem !
I just have Windows defender in Windows Server 2019.
Hi Wanakt, what is your server configuration ?


wanakt

500 Command not understood
Posts: 3
Joined: 2022-06-20 08:23
First name: Jay
Last name: Kim

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#10

Post

by wanakt » 2022-06-25 09:56

My settings on FileZilla Server are as follows;

server listeners : port 21, protocol Explicit FTP over TLS and insecure plain FTP
TLS certificate : Use a self-signed X.509 certificate
Minumum allowed TLS version : v1.2
use the default host for local connections : checked


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#11

Post

by tchicken » 2022-06-28 05:09

Hi there,
Did any of you find a solution to our problem? I’m still stuck on my side!


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#12

Post

by tchicken » 2022-06-28 06:38

Customer side :
I changed the active mode by default, here is the trace :

Statut : Déconnecté du serveur
Statut : Résolution de l’adresse de lesarcs.dyndns.org
Statut : Connexion à 82.65.91.6:21…
Statut : Connexion établie, attente du message d’accueil…
Statut : Initialisation de TLS…
Statut : Connexion TLS établie.
Statut : Connecté
Statut : Récupération du contenu du dossier…
Statut : Le serveur a envoyé une réponse passive avec une adresse non routable. Adresse remplacée par celle du serveur.
Commande : MLSD
Réponse : 150 About to start data transfer.
Erreur : Connection interrompue après 20 secondes d’inactivité
Erreur : Impossible de récupérer le contenu du dossier
Statut : Déconnecté du serveur
Statut : Résolution de l’adresse de lesarcs.dyndns.org
Statut : Connexion à 82.65.91.6:21…
Statut : Connexion établie, attente du message d’accueil…
Statut : Initialisation de TLS…
Statut : Connexion TLS établie.
Statut : Connecté
Statut : Récupération du contenu du dossier…
Statut : Le serveur a envoyé une réponse passive avec une adresse non routable. Adresse remplacée par celle du serveur.
Commande : MLSD
Réponse : 150 About to start data transfer.
Erreur : Affichage du contenu du dossier annulée par l’utilisateur

Coté server :

<Date> Info [Type] Message
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 [Response] 234 Using authentication type TLS.
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 [Command] USER genturfevo
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 [Response] 331 Please, specify the password.
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 [Command] PASS ****
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Response] 230 Login successful.
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Command] PWD
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Response] 257 «/» is current directory.
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Command] TYPE I
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Response] 200 Type set to I
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Command] PASV
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Response] 227 Entering Passive Mode (192,168,0,111,234,209)
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Command] MLSD
<28/06/2022 08:33:19> FTP Session 1145 176.170.75.47 genturfevo [Response] 150 About to start data transfer.
<28/06/2022 08:33:39> FTP Session 1145 176.170.75.47 genturfevo [Error] GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
<28/06/2022 08:33:39> FTP Session 1145 176.170.75.47 genturfevo [Status] Client did not properly shut down TLS connection
<28/06/2022 08:33:39> FTP Session 1145 176.170.75.47 genturfevo [Error] Control channel closed with error from source 0. Reason: ECONNABORTED — Connection aborted.
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Response] 220-FileZilla Server 1.4.1
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Response] 220 Please visit https://filezilla-project.org/
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Command] AUTH TLS
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Response] 234 Using authentication type TLS.
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Command] USER genturfevo
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Response] 331 Please, specify the password.
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 [Command] PASS ****
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Response] 230 Login successful.
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Command] PWD
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Response] 257 «/» is current directory.
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Command] TYPE I
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Response] 200 Type set to I
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Command] PASV
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Response] 227 Entering Passive Mode (192,168,0,111,234,210)
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Command] MLSD
<28/06/2022 08:33:39> FTP Session 1146 176.170.75.47 genturfevo [Response] 150 About to start data transfer.

Always this error : [Error] GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.


User avatar

botg

Site Admin
Posts: 35142
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse
Contact:

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#13

Post

by botg » 2022-06-28 07:57

Your server is behind a NAT router. You need to tell the server your public IP address.


tchicken

503 Bad sequence of commands
Posts: 20
Joined: 2022-06-21 14:44
First name: Michel
Last name: POULET

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#14

Post

by tchicken » 2022-06-28 21:33

Like this ?

IP.jpg
IP.jpg (78.95 KiB) Viewed 9048 times

Nothing change :
<Date> Info [Type] Message
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 [Response] 234 Using authentication type TLS.
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 [Command] USER genturfevo
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 [Response] 331 Please, specify the password.
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 [Command] PASS ****
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Response] 230 Login successful.
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Command] PWD
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Response] 257 «/» is current directory.
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Command] TYPE I
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Response] 200 Type set to I
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Command] PASV
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Response] 227 Entering Passive Mode (82,65,91,6,244,221)
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Command] MLSD
<28/06/2022 23:23:02> FTP Session 2085 176.170.75.47 genturfevo [Response] 150 About to start data transfer.
<28/06/2022 23:23:22> FTP Session 2085 176.170.75.47 genturfevo [Error] GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
<28/06/2022 23:23:22> FTP Session 2085 176.170.75.47 genturfevo [Status] Client did not properly shut down TLS connection
<28/06/2022 23:23:22> FTP Session 2085 176.170.75.47 genturfevo [Error] Control channel closed with error from source 0. Reason: ECONNABORTED — Connection aborted.

with this option :

IP2.jpg
IP2.jpg (79.77 KiB) Viewed 9048 times

Nothing change…


User avatar

boco

Contributor
Posts: 26707
Joined: 2006-05-01 03:28
Location: Germany

Re: GnuTLS error -110 in gnutls_record_recv: The TLS Connection was non-properly terminated

#15

Post

by boco » 2022-06-28 23:16

You also need to select a custom port range (the one you have forwarded in your router). The checkbox is only for local connection and will not do anything in this case as the connection is from the outside.

### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###


I observed that one of my Windows Services was not connecting to an FTP location on a Unix Server, I ran the executable on my PC as the dev didn’t log any error and i was getting timeout error on trying to get response from an FTPWebRequest Object in C#.

On trying to access the FTP location using Filezilla I am getting the error

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

Using SFTP does not give this error and also using FTP in plain text(insecure) also does not.

I really do not understand this and note that the application has been running fine for years and this just suddenly happens on like 4 servers.

asked Aug 20, 2015 at 8:19

kolexinfos's user avatar

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

That just means that the peer just closed the socket and did not do a proper TLS shutdown. Some broken clients or servers do this. Assuming that this message relates to a data transfer you can usually ignore this because the transfer was finished anyway, so no data got lost.

Using SFTP does not give this error and also using FTP in plain text(insecure) also does not.

Of course you don’t get it, since SFTP is using the SSH protocol instead of TLS and plain FTP does no encryption at all, so no TLS too. And if there is no TLS involved you can not get any TLS errors.

I really do not understand this and note that the application has been running fine for years and this just suddenly happens on like 4 servers.

It might simply be that the servers changed, i.e. either they never supported FTPS (i.e. FTP with TLS, not to be confused with SFTP) before or they now switched to a broken implementation.

answered Aug 20, 2015 at 9:10

Steffen Ullrich's user avatar

Steffen UllrichSteffen Ullrich

115k10 gold badges132 silver badges173 bronze badges

2

If you are connecting to a cPanel server then you can temporarily fix this issue by enabling «Broken Client Compatibility» in Pure-FTP settings in WHM.

answered Dec 21, 2015 at 6:23

Techiescorner's user avatar

TechiescornerTechiescorner

7912 gold badges12 silver badges25 bronze badges

Older version of Filezilla may be responsible for the said error. Faced the same error on 3.4 version issue was resolved after downloading the 3.6 one.

answered Jul 20, 2022 at 18:17

Omer's user avatar

На чтение 5 мин Опубликовано Обновлено

Ошибка GnuTLS 110 в FileZilla может возникнуть при попытке подключения к серверу с использованием протокола TLS. Эта ошибка может быть вызвана различными причинами, которые могут оказаться неочевидными для пользователя.

Одной из возможных причин ошибки GnuTLS 110 является неверно настроенный сертификат сервера. Если сертификат недействителен или не соответствует требуемым стандартам безопасности, то FileZilla может отказаться устанавливать защищенное соединение. В этом случае необходимо обратиться к администратору сервера для проверки сертификата и его корректной настройки.

Другой возможной причиной ошибки может быть конфликт между версиями протокола TLS, используемыми на сервере и в FileZilla. Некоторые старые версии FileZilla могут не поддерживать новые версии протокола TLS, что может привести к ошибке GnuTLS 110. В этом случае рекомендуется обновить FileZilla до последней версии и попробовать подключиться снова.

Совет: Перед обновлением FileZilla рекомендуется создать резервную копию настроек, чтобы в случае проблем можно было быстро восстановить их. Это поможет избежать потери настроек и упростит процесс обновления.

Также, возможно, что ваш антивирус или брандмауэр блокирует соединение между FileZilla и сервером. В этом случае вам следует проверить настройки антивирусной программы и брандмауэра, чтобы разрешить доступ FileZilla к сети или добавить ее в список исключений.

Если указанные способы не решают проблему, возможно, причина ошибки GnuTLS 110 кроется в сетевом подключении или сервере. В этом случае стоит проверить работоспособность других приложений, подключающихся к тому же серверу, и обратиться к провайдеру или администратору для дополнительной помощи.

Содержание

  1. Ошибка GnuTLS 110 в FileZilla
  2. Причины возникновения
  3. Способы устранения
  4. Рекомендации по профилактике

Ошибка GnuTLS 110 в FileZilla

Ошибка GnuTLS 110 в программе FileZilla — одна из самых распространенных проблем, с которой могут столкнуться пользователи данной программы. Такая ошибка может возникать при попытке установить защищенное (шифрованное) соединение с сервером через протокол FTP.

Основные причины появления ошибки GnuTLS 110 в FileZilla могут быть следующими:

  • Проблемы с сертификатом сервера: если используется самоподписанный или неактуальный сертификат, возможны проблемы при проверке его подлинности.
  • Проблемы с настройками прокси-сервера: если используется прокси-сервер для доступа к FTP серверу, его настройки могут быть неправильными или несовместимыми с TLS/SSL шифрованием.
  • Неправильные настройки клиента FileZilla: некорректные настройки клиента могут приводить к ошибкам при установлении соединения по протоколу FTP.
  • Проблемы с брандмауэром или антивирусом: некоторые брандмауэры или антивирусные программы могут блокировать соединения через TLS/SSL.

Для устранения проблемы GnuTLS 110 в FileZilla, можно предпринять следующие действия:

  1. Проверить правильность настроек сервера FTP и сертификата. Убедитесь, что используется действительный и доверенный сертификат.
  2. Проверить настройки прокси-сервера, если он используется. Убедитесь, что настройки соответствуют требованиям TLS/SSL.
  3. Проверить настройки клиента FileZilla. Перепроверьте параметры соединения и настройки шифрования.
  4. Проверить наличие блокирующих фильтров на брандмауэре или в антивирусной программе. Временно отключите их для проверки.

Если проблема остается и ошибка GnuTLS 110 продолжает возникать, можно попробовать обновить клиент FileZilla до последней версии, либо обратиться к специалисту в случае необходимости.

Все эти меры помогут устранить ошибку GnuTLS 110 и корректно установить защищенное соединение с FTP сервером через программу FileZilla.

Причины возникновения

Ошибка GnuTLS 110 в FileZilla может возникнуть по разным причинам:

  • Проблемы с настройками безопасности сервера. Если сервер FTP использует старую или устаревшую версию протокола TLS/SSL, FileZilla может не поддерживать данную версию и выводить ошибку GnuTLS 110.
  • Неправильные настройки прокси-сервера. Если вы используете прокси-сервер для соединения с FTP-сервером, неправильные настройки прокси могут вызывать ошибку GnuTLS 110.
  • Неполадки в сети или проблемы с подключением. Если в вашей сети возникают временные технические неполадки или проблемы с подключением к серверу, это может привести к ошибке GnuTLS 110.

В каждом конкретном случае причина возникновения ошибки может быть разной, поэтому необходимо анализировать соответствующий журнал FileZilla и проводить дополнительные тесты для определения точной причины ошибки GnuTLS 110.

Способы устранения

Ошибку GnuTLS 110 в FileZilla можно исправить, применив один из следующих способов:

  • Обновление FileZilla: Проверьте текущую версию FileZilla, которую вы используете. Если у вас устаревшая версия, обновите программу до последней версии, которая может исправить проблему.
  • Проверка настройки TLS: Убедитесь, что ваш клиент FileZilla настроен правильно для использования TLS. Перейдите в меню «Настройки» и выберите соответствующие параметры для TLS.
  • Проверка сервера FTP: Проверьте настройки вашего FTP-сервера и убедитесь, что сервер правильно настроен для подключения через TLS. Убедитесь, что сертификаты сервера действительны и не истекли.
  • Использование альтернативного клиента: Если ни один из вышеописанных способов не работает, попробуйте использовать альтернативный клиент FTP, который может быть более совместим с вашим сервером.
  • Свяжитесь с управляющей стороной: Если ни один из вышеописанных способов не помогает, обратитесь к администратору сервера или провайдеру хостинга, чтобы получить дополнительную помощь в устранении проблемы.

Выберите тот способ, который кажется вам наиболее подходящим, и попробуйте его применить для решения проблемы с ошибкой GnuTLS 110 в FileZilla.

Рекомендации по профилактике

Для предупреждения возникновения ошибки GnuTLS 110 в FileZilla и обеспечения безопасной работы с FTP серверами рекомендуется:

  • Всегда использовать последнюю версию FileZilla. Разработчики постоянно обновляют программу, внося исправления в работу протокола FTP и улучшая совместимость с различными серверами;
  • Проверить правильность указания адреса FTP сервера, имени пользователя и пароля. В некоторых случаях ошибка может возникать из-за неправильно указанных данных;
  • Проверить настройки безопасности операционной системы и файрволла. Убедитесь, что FileZilla имеет доступ к сети и не блокируется настройками защиты;
  • Связаться с администратором FTP сервера. Ошибку GnuTLS 110 могут вызывать проблемы на серверной стороне. Администратор сможет проверить работу сервера и предоставить необходимые рекомендации по устранению проблемы;
  • Использовать альтернативные FTP клиенты. Если ошибка GnuTLS 110 продолжает возникать, можно попробовать использовать другие FTP клиенты с поддержкой SSL/TLS, такие как WinSCP или Cyberduck;
  • Включить отладочный режим в FileZilla. Он позволяет получить более подробную информацию о возникшей ошибке и может помочь в дальнейшем ее устранении. Для включения режима отладки нужно перейти в меню «Настройки» -> «Настройки» -> «Отладка», поставить галочку напротив пункта «Регистрация в файл» и указать место сохранения файла с логами.

При соблюдении этих рекомендаций вероятность возникновения ошибки GnuTLS 110 в FileZilla будет значительно снижена, и вы сможете безопасно и комфортно работать с FTP серверами.

Question

We have FTPS configured on port 21 (security ALLOWED) and on port 990 (Security REQUIRED/Implicit). Filezilla connects successfully to the z/OS FTP server by using TLS to secure the control connection. But Filezilla cannot list the contents of a directory by using a TLS protected data connection.

The screen shot shows these Filezilla client messages:

   Response:   125 List started OK 
   Error:      GnuTLS error -110 in gnu_tls_record_recv: The TLS 
               Connection was non-properly terminated. 
   Status:     Server did not properly shut down TLS connection 
   Error:      Could not read from transfer socket: ECONNABORTED - 
               Connection aborted 
   Response:   250 List completed successfully. 
   Error:      Failed to retrieve directory listing 

We verified that there is no firewall between the client and the mainframe. We also verified that the customer can connect to port 21 in the clear but receives an error on the same client if they try to use SSL/TLS (active FTP).

Answer

In this situation it was found that the FTP server was configured (defaulted) to the draft level of the FTP/TLS RFCs. One effect of this is that the session is simply closed instead of first sending an SSL Close Alert message first.

If your TLSRFCLEVEL is configured as DRAFT, change it to TLSRFCLEVEL RFC4217. If it defaulted to DRAFT, add a TLSRFCLEVEL RFC4217 statement to the server’s FTP.DATA input to change this behavior.

Specification of the TLSRFCLEVEL does not affect the initial SSL handshake or encryption of traffic; it changes the behavior when a session (or at least, SSL) ends. Specifically, configuring TLSRFCLEVEL RFC4217 will cause an SSL Close alert packet to be sent before actually closing the TCP connection (sending the FIN). Apparently the GnuTLS
code used by FileZilla is strictly enforcing receipt of the alert, and errors out when a FIN arrives without the alert. So adding that configuration statement should resolve the problem with FileZilla not getting the LIST output.

[{«Business Unit»:{«code»:»BU054″,»label»:»Systems w\/TPS»},»Product»:{«code»:»SSSN3L»,»label»:»z\/OS Communications Server»},»Platform»:[{«code»:»PF035″,»label»:»z\/OS»}],»Component»:»»,»Version»:»»,»Line of Business»:{«code»:»LOB35″,»label»:»Mainframe SW»}}]

Product Synonym

ZOSCS COMMSERVER

Всегда спокойно подключался через этот фтп клиент, и соответственно в настройки никогда не лазил. Сейчас попробывал подключиться и вылетает такая ошибка

Статус: Соединение установлено, ожидание приглашения...
Ответ: 220 ProFTPD 1.3.5a Server (ProFTPD) [194.58.97.43]
Команда: AUTH TLS
Ответ: 234 AUTH TLS successful
Статус: Инициализирую TLS...
Ошибка: Ошибка GnuTLS -110: The TLS connection was non-properly terminated.
Статус: Сервер неверно закрыл TLS соединение
Ошибка: Невозможно подключиться к серверу 

задан 21 окт 2015 в 20:13

Гошка Тарасов's user avatar

Гошка ТарасовГошка Тарасов

1,2684 золотых знака19 серебряных знаков45 бронзовых знаков

2

Получилось решить проблему только переключением способа шифрования — вместо «Использовать явный FTP через TLS если доступен» ставлю «Использовать обычный FTP (небезопасно)».

ответ дан 2 ноя 2015 в 13:02

Анжелика Александрова's user avatar

Понравилась статья? Поделить с друзьями:
  • Filezilla критическая ошибка при передаче файлов 550
  • Filezilla инициализирую tls ошибка невозможно подключиться к серверу
  • Filezilla server ошибка не удалось получить список каталогов
  • Filezilla server ошибка 550
  • Filezilla client критическая ошибка невозможно подключиться к серверу