LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vsftpd & tls problems (https://www.linuxquestions.org/questions/linux-software-2/vsftpd-and-tls-problems-610277/)

vonedaddy 12-31-2007 09:55 PM

vsftpd & tls problems
 
I wanted to run my ftp over tls for some extra security. I have the server running fine and built my ssl cert. I also added the following lines to my vsftpd-config:

Enable TLS
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


Now before I added the TLS, the server was working fine with passive mode. Now that I added the TLS it just hangs before giving a directory listing. If I put the client into active mode it works fine.

Anyone have any ideas?

vonedaddy 01-02-2008 04:56 PM

Can someone help me here?


All times are GMT -5. The time now is 05:40 PM.