Hi, I am trying to go ftp over ssl and it is failing due to the lftp client reseting the connection. We have verified the firewall settings and everything looks Ok. A system dump shows that the last thing being done is the client writing an encrypted record to the server. Then a RST is generated for some unknown reason while we are polling in a read. A tcpdump verified that the RST is coming from the client. [ ECONNRESET ]
The lftp version is lftp :~> version LFTP | Version 3.4.2 | Copyright (c) 1996-2006 Alexander V. Lukyanov LFTP is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for LFTP. See COPYING for details. Send bug reports and questions to < [email protected] >. Libraries used: Readline 4.3, OpenSSL 0.9.8a 11 Oct 2005 lftp :~> Here is the debug log of the ftp-ssl session ---- Connecting to txxxxxx.xxxxxxxxx.com (63.xx.xxx.xx) port 21 <--- 220 xxxxxxxx File Transfer Server ---> FEAT^M <--- 211-Features: <--- MDTM <--- REST STREAM <--- SIZE <--- AUTH TLS <--- PBSZ <--- PROT <--- 211 End ---> AUTH TLS^M <--- 234 AUTH TLS successful ---> USER test_id^M **** SSL_connect: error:00000000:lib(0):func(0):reason(0) ---- Closing control socket -- Search for products and services at: http://search.mail.com
