[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[gftp] Error "Data connections must be encrypted" using gftp 2.0.17 on FC3



Hey friends,

I am using gftp 2.0.17 on FC3 and Centos4.0. I have configured vsftpd with ssl

Log generated by gftp while connecting to the server

Disconnecting from site 192.168.1.15
Looking up 192.168.1.15
Trying 192.168.1.15:21
Connected to 192.168.1.15:21
220 Welcome to  FTP Server
AUTH TLS

234 Proceed with negotiation.
SSL connection established using TLSv1/SSLv3 (DES-CBC3-SHA)
PBSZ 0

200 PBSZ set to 0.
PROT C

200 PROT now Clear.
USER user2

331 Please specify the password.
PASS xxxx
230 Login successful.
SYST

215 UNIX Type: L8
TYPE I

200 Switching to Binary mode.
PWD

257 "/"
PASV

227 Entering Passive Mode (192,168,1,15,195,86)
LIST -aL

521 Data connections must be encrypted.
Invalid response '5' received from server.


My vsftpd.conf file

listen=YES
tcp_wrappers=YES
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES
ssl_sslv2=YES
ssl_sslv3=YES
ssl_tlsv1=YES
dsa_cert_file=/usr/share/ssl/certs/vsftpd.pem
vsftpd_log_file=/var/log/vsftpd.log
hide_ids=YES
max_clients=30
max_per_ip=3
chroot_local_user=YES
pasv_enable=YES
pasv_min_port=30032
pasv_max_port=30035


How do I ftp into my server through gftp ?

Please let me know if you need any further inputs.

Thanks & Regards

Ankush Grover