I have installed and configured vsftpd through YAST. When I try to log in i get the following:
Code:
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server
This my vsftpd.conf:
Code:
anon_mkdir_write_enable=NO
anon_root=/srv/ftp
anon_upload_enable=NO
anonymous_enable=NO
chroot_local_user=YES
ftpd_banner=No matter where you go, there you are. Don't panic.
idle_session_timeout=900
local_enable=YES
log_ftp_protocol=YES
max_clients=10
max_per_ip=3
pasv_enable=YES
pasv_max_port=40500
pasv_min_port=40000
ssl_enable=YES
ssl_tlsv1=YES
write_enable=YES
xferlog_enable=YES
rsa_cert_file=/etc/ssl/private/vsftpd.pem
I am behind a cable router with a forward Xfinity ip linked to my domain through DNS Exit.
The self signed ssl certificate is recognized.
I get the same error whether trying to connect vie FQDN or internal ip.
I am not sure what to look at to fix the problem.
Any and all help appreciated.