I am trying to set up pure-ftpd with TLS support for the first time. Certificate is in place, server starts fine, but when I try to connect to it server says:
Client (filezilla), when "require explicit FTP over TLS" is on, says:
Any advice?
Code:
May 24 11:34:47 tazar pure-ftpd: (?@IP.ADD.RE.SS) [WARNING] Sorry, cleartext sessions are not
accepted on this server. Please reconnect using SSL/TLS security mechanisms.
Client (filezilla), when "require explicit FTP over TLS" is on, says:
Code:
Status: Resolving address of domain.tld
Status: Connecting to IP.ADD.RE.SS:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 50 allowed.
Response: 220-Local time is now 11:34. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Error: GnuTLS error -9: A TLS packet with unexpected length was received.
Status: Server did not properly shut down TLS connection
Error: Could not connect to server
Any advice?