PureFTP authentication and TLS error ( ERROR TLS RECOGNITION)

Discussion in 'Installation/Configuration' started by Matayo, Apr 16, 2021.

  1. Matayo

    Matayo New Member

    I really need some help resolving this. Finished setting up ISPCONFIG 3.1 multiserver setup. Having a serious problem uploading web files via FTP. Keep getting the error above. (ERROR TLS RECOGNITION)
    Please note that the db table (ftp_user) is populated with the relevant users. Below are my logs.

    Apr 16 15:05:25 web-server sshd[23799]: Invalid user xxx from 10.0.0.2 port 25605
    Apr 16 15:05:25 web-server sshd[23799]: pam_unix(sshd:auth): check pass; user unknown
    Apr 16 15:05:25 web-server sshd[23799]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=10.0.0.2
    Apr 16 15:05:27 web-server sshd[23799]: Failed password for invalid user xxx from 10.0.0.2 port 25605 ssh2
    Apr 16 15:05:27 web-server sshd[23799]: Connection closed by invalid user xxx 10.0.0.2 port 25605 [preauth]

    root@web-server:/var/log# systemctl status pure-ftpd-mysql.service
    ● pure-ftpd-mysql.service
    Loaded: loaded (/etc/init.d/pure-ftpd-mysql; generated)
    Active: active (running) since Fri 2021-04-16 14:45:20 EAT; 22min ago
    Docs: man:systemd-sysv-generator(8)
    Process: 21971 ExecStop=/etc/init.d/pure-ftpd-mysql stop (code=exited, status=0/SUCCESS)
    Process: 21983 ExecStart=/etc/init.d/pure-ftpd-mysql start (code=exited, status=0/SUCCESS)
    Tasks: 1 (limit: 4915)
    CGroup: /system.slice/pure-ftpd-mysql.service
    └─21995 pure-ftpd (SERVER)

    Apr 16 15:04:29 web-20 pure-ftpd[23711]: (?@10.0.0.2) [INFO] New connection from 10.0.0.2
    Apr 16 15:04:29 web-20 pure-ftpd[23711]: (?@10.0.0.2) [ERROR] TLS renegociation
    Apr 16 15:04:34 web-20 pure-ftpd[23715]: (?@10.0.0.2) [INFO] New connection from 10.0.0.2
    Apr 16 15:04:34 web-20 pure-ftpd[23715]: (?@10.0.0.2) [ERROR] TLS renegociation
    Apr 16 15:05:02 web-20 pure-ftpd[23792]: (?@::1) [INFO] New connection from ::1
    Apr 16 15:05:02 web-20 pure-ftpd[23792]: (?@::1) [INFO] Logout.
    Apr 16 15:05:16 web-20 pure-ftpd[23797]: (?@10.0.0.2) [INFO] New connection from 10.0.0.2
    Apr 16 15:05:16 web-20 pure-ftpd[23797]: (?@10.0.0.2) [ERROR] TLS renegociation
    Apr 16 15:05:21 web-20 pure-ftpd[23801]: (?@10.0.0.2) [INFO] New connection from 10.0.0.2
    Apr 16 15:05:21 web-20 pure-ftpd[23801]: (?@10.0.0.2) [ERROR] TLS renegociation

    ***user exists in ftp_user table in dbispconfig
     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Maybe the known issue with filezilla client and old pure-ftpd versions? What client are you using?
     
    Th0m likes this.
  3. Matayo

    Matayo New Member

    Filezilla switched to winscp and it worked!
     
    Th0m likes this.

Share This Page