Hi,
Im trying to use ftp over ssl, that is, ftps. For that I installed an
rpm package of vsftpd and then made the following changes to
vsftpd.conf
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
rsa_cert_file=/etc/pki/tls/certs/vsftpd.pem
..
1) Now when I use a ftp client like smartFTP from windows using the
option FTP over SSL explicit, It connects to the vsftpd server on my
linux box,
2) but when I type the url
ftp://192.168.10.240 (IE or Firefox) of my
linux box, it asks me for the username and pass which I give..
3) after which it gives me an error that non anonymous sessions must
use encryption.
Im lost....Please advise where is the error..
I want that by typing
ftps://192.168.10.240
I should be able to trafer data securely..
Thank you
Danish