This post solved the problem.
Did something change with X10Hosting's certificate?
http://www.mail-archive.com/lftp@uniyar.ac.ru/msg03267.html
Re: lftp gets stuck at Making data connection
Andrew Schulman
Mon, 09 Jun 2008 02:49:08 -0700
> > That worked. I put the entry in /etc/lftp.conf.
> > What lead you to ssl? Was it the certificate?
Most firewalls allow FTP traffic to pass by inspecting the contents of the
control connection to determine which port the client or server is asking to
have opened for the data connection, and then unblocking that port. With SSL
enabled, the firewall can't do that and so your data connection is blocked.
Common problem, has happened to me. The solution is what Alexander
recommended-- turn off SSL for the FTP control connection. Of course, then your
password is sent in the clear.