Hi!
I am trying to create an FTP account for one of my websites on cyberpanel.
PUREFTPD is on and working.
Ports 21 and 22 are open on the server as well as in the Firewall (CSF). Both ports are listed as being listened to, including on firewall level.
When I try to login to the FTP, either normal (Port 21) or SFTP (port 22), I get the following error: Connection closed without indication. The connection attempt was rejected. The server may be down, or your network may not be properly configured.
This seems to be the problem (when I inquire about pure-ftpd status):
Starting Pure-FTPd FTP server…
Can’t open PID file /var/run/pure-ftpd.pid (yet?) after start: No such file or directory
(?@?) [DEBUG] Couldn’t load the DH parameters file /etc/ssl/private/pure-ftpd-dhparams.pem
Started Pure-FTPd FTP server.
It is odd because the /var/run/pure-ftpd.pid does exist and there is a PID value inside that file as well.
What am I doing wrong here?
Any help would be appreciated.