Results 1 to 1 of 1
Hey there,
I have a problem with vsftpd (latest version available, 2.1.0pre3 ) SSL. I've configured it to a nonstandard port, 65440, disabled connect_from_port_20 and run it as a normal ...
- 01-21-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 2
vsftpd SSL problem (522 SSL connection failed)
Hey there,
I have a problem with vsftpd (latest version available, 2.1.0pre3) SSL. I've configured it to a nonstandard port, 65440, disabled connect_from_port_20 and run it as a normal user, from home directory. I can't use the SSL feature, every time I connect, it only reaches the login process. After logging in, I get the following error (when data transfer would start for LIST command):
522 SSL connection failed; session reuse required
My vsftpd.conf looks like this
The client side is a Total Commander 7.02, there hasn't been any problem with its SSL yet and this only occurs when trying to connect to my vsftpd.Code:local_enable=NO write_enable=YES secure_email_list_enable=YES email_password_file=/home/stringz/vsftpd/logins # local_umask=022 dirmessage_enable=NO vsftpd_log_file=/dev/null xferlog_file=/dev/null xferlog_enable=NO connect_from_port_20=NO idle_session_timeout=3600 data_connection_timeout=120 run_as_launching_user=YES anonymous_enable=YES anon_mkdir_write_enable=YES anon_other_write_enable=YES anon_upload_enable=YES anon_world_readable_only=NO async_abor_enable=YES ascii_upload_enable=YES ascii_download_enable=YES ftpd_banner=Welcome! # You may specify an explicit list of local users to chroot() to their home # directory. If chroot_local_user is YES, then this list becomes a list of # users to NOT chroot(). # chroot_list_enable=YES # (default follows) # chroot_list_file=/etc/vsftpd.chroot_list ls_recurse_enable=NO listen=YES listen_address=<myipaddress> listen_port=65440 listen_ipv6=NO pasv_enable=YES pasv_min_port=65441 pasv_max_port=65480 # chroot_local_user=YES ssl_enable=YES allow_anon_ssl=YES force_local_data_ssl=NO force_local_logins_ssl=YES ssl_tlsv1=YES ssl_sslv2=NO ssl_sslv3=NO rsa_cert_file=/home/stringz/vsftpd/vsftpd.pem
What could be the problem?
Thanks
stringZ


Reply With Quote