|
Vsftpd over SSL connection problem
Hello,
i have a problem with my SUSE 10.1, it was runnning perfect until i made the following:
root@btd-techweb01:/etc# ldd /usr/sbin/vsftpd
libnsl.so.1 => /lib/libnsl.so.1 (0x40023000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40039000)
libdl.so.2 => /lib/libdl.so.2 (0x40068000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4006c000)
libutil.so.1 => /lib/libutil.so.1 (0x4007f000)
libssl.so.0 => /usr/lib/libssl.so.0 (0x40083000)
libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0x400b4000)
libc.so.6 => /lib/libc.so.6 (0x401b3000)
/lib/ld-linux.so.2 (0x40000000)
Create key and certificate
root@btd-techweb01:/etc/ssl# openssl req -x509 -nodes -days 30 \
-newkey rsa:1024 -keyout /etc/ssl/certs/vsftpd.pem -out \ /etc/ssl/certs/vsftpd.pem
Generating a 1024 bit RSA private key
........................................++++++
.++++++
writing new private key to '/etc/ssl/certs/vsftpd.pem'
-----
configure vsftpd for use with SSL
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/ssl/certs/vsftpd.pem
I follow these steps and now i can't connect to my FTP.
Also, if i stop the service vsftpd and then i'll try to start it again i am taking the following message:
Starting vsftpd startproc: exit status of parent of /usr/sbin/vsftpd: 1 failed
Can you help me to set it up correctly?
How can i login to the FTP with SSL? I use in Windows CuteFTP client.
thanks!!
Last edited by georgiozoze; 10-01-2006 at 06:34 AM.
|