Pure-FTP: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated

Error message: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.

Scene: pure-ftpd server + FileZilla client
Reason: Method to connect TLS in FileZilla is incompatible with Pure-FTP
 
Solution 1: Upgrade pure-ftpd-mysql to version 1.0.47 or above.
1) Download dependent packages (Ubuntu 18.04 as an example)
#wget https://repo.mysql.com/apt/ubuntu/pool/mysql-8.0/m/mysql-community/mysql-common_8.0.21-1ubuntu18.04_amd64.deb     [Please download other package if not Ubuntu 18.04]
#wget https://repo.mysql.com/apt/ubuntu/pool/mysql-8.0/m/mysql-community/libmysqlclient21_8.0.21-1ubuntu18.04_amd64.deb    [Please download other package if not Ubuntu 18.04]
#wget http://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-common_1.0.49-4_all.deb
#wget http://mirrors.edge.kernel.org/ubuntu/pool/universe/p/pure-ftpd/pure-ftpd-mysql_1.0.49-4_amd64.deb
2) Install packages
#dpkg -i xxx.deb xxx.deb xxx.deb xxx.deb
3) Restart pure-ftpd-mysql
#systemctl restart pure-ftpd-mysql
 
Solution 2 Use FileZilla Client with earlier version (earlier than v3.40.0, such as 3.28 or 3.25).
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to access Linux Server via Mac?

After the order is placed and paid, a VPS login information will be sent to your registered email...

How to SSH to Linux Server?

SSH is a cryptographic network protocol for operating network services securely over an unsecured...

How to change passwords for users on Linux server?

As a Linux system administrator (administrator or root) you can change the password for any users...

How to install Desktop Environment and XRDP service in Debian 9?

The following tutorial will show you the simplest way to install a desktop environment on Debian...

How to Install Ubuntu Desktop and VNC Server on Ubuntu Server14.04?

You may install the default Ubuntu Desktop on Ubuntu Server 14.04 with the following procedure....

Powered by WHMCompleteSolution