Hi all
(Sorry, yet another vsftp problem)
Running FC3, with vsftpd version 2.0.1 (the default installed version) and have it running in normal mode, no problem. I even have it starting up fine if I enable SSL/TLS (either force SSL or not). I have created the cert
openssl req -x509 -nodes -newkey rsa:4096 -days 3654 -keyout /usr/share/ssl/certs/vsftpd.pem -out /usr/share/ssl/certs/vsftpd.pem
vsftpd doesnt complain about anything in the log files at startup or during operation.
The problem is that when I trying connecting witn a SSL/TLS capable client (Tried SmartFTP and Filezilla so far), I get nowhere. It just hangs, usually like this:
(Filezilla - FTP over TLS)
Status: Connecting to x.x.x.x ...
Status: Connected with x.x.x.x, negotiating SSL connection...
Response: 220 (vsFTPd 2.0.1)
Command: AUTH TLS
Response: 234 Proceed with negotiation.
(Filezilla - FTP over SSL/TLS)
Status: Connecting to x.x.x.x ...
Status: Connected with x.x.x.x, negotiating SSL connection...
(Filezilla - FTP over SSL)
Status: Connecting to x.x.x.x ...
Status: Connected with x.x.x.x, negotiating SSL connection...
Response: 220 (vsFTPd 2.0.1)
Command: AUTH SSL
Response: 234 Proceed with negotiation.
At which point it just hangs... in fact if I enable SSL v2/v3 or TLS on vsftp, I cannot get either SmartTP or Filezilla to do anything other than hang on connect. If i disable the SSL/TLS on the server, any ftp client can connect without a problem.
Server and client are on the same subnet, with no firewalling or packet filtering, and its driving me nuts

I see the same behaviour on an old RH7.2 box that I installed vstpd v2.0.1 on from source, + OpenSSL and modifying the build file to enable the use of SSL.
Can anyone help me out here?