Ben Love on 22 Jan 2010 11:25:39 -0800 |
> Filezilla shows that I am connecting, and says it is negotiating TLS. > And then times out ... > > Status: Connecting to 65.211.19.230:990... > Status: Connection established, initializing TLS... > > vsftpd log shows nothing, merely a connection from the firewall IP. > > Not sure where to go from here. Any thoughts? Have you tried using openssl directly? Something along the lines of: openssl s_client -connect 127.0.0.1:443 -showcerts -debug -debug might provide too much output. 127.0.0.1:443 is, obviously, your host and port. In particular, look for the "Verify return code:" line which should be near the very end of the output. Ben -- Ben Love blove+signature (at) kylimar.com || ASCII ribbon campaign - () http://www.kylimar.com/ || against HTML e-mail - /\ Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|