[CentOS] Vsftpd + ssl

Tue Nov 22 09:03:54 UTC 2005
Will McDonald <wmcdonald at gmail.com>

On 22/11/05, Thomas E Dukes <edukes at alltel.net> wrote:
> I already tried the tinysofa instructions.  I did manage to get the
> certificate window to popup once but still couldn't get it to connect.  I'm
> beginning to think this is 'client' issue as its pretty straight forward.

You could try a combination of strace and tcudump to try and figure
out what's going on server-end? Might give you some pointers. It'll
certainly tell you if vsftpd is accessing any SSL libraries on startup
or when it received client connections.

Will.