Hi, Alex:
It works well with lftp sftp. However, my client want to have lftp ftps: My lftp client does not recognize ftps even though I installed the most recent lftp-3.5.10. [EMAIL PROTECTED]:/$ /usr/local/bin/lftp ftps://blxch2 lftp: ftps - not supported protocol [EMAIL PROTECTED]:/$ lftp ftps://blxch2 lftp blxch2:~> user sctest1 Password: lftp [EMAIL PROTECTED]:~> debug 5 lftp [EMAIL PROTECTED]:~> ls ---- Connecting to blxch2 (142.117.32.223) port 990 ls: Fatal error: SSL connect: unknown protocol [EMAIL PROTECTED]:/root/patches/lftp-3.5.10$ /usr/local/bin/lftp --version LFTP | Version 3.5.10 | 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, Expat 1.95.5 When I put the following line in the /etc/lftp.conf set ftps:initial-prot C [EMAIL PROTECTED]:/$ /usr/local/bin/lftp ftps://blxch2 lftp: ftps - not supported protocol [EMAIL PROTECTED]:/$ lftp ftps://blxch2 lftp blxch2:~> user sctest1 Password: lftp [EMAIL PROTECTED]:~> debug 5 lftp [EMAIL PROTECTED]:~> ls ls: Fatal error: SSL connect: unknown protocol Any idea? Thanks Guanqing -----Original Message----- From: Alexander V. Lukyanov [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 12:20 AM To: Lu, Guanqing (J3206) Cc: Doucerain, Jerome (520031); [email protected] Subject: Re: ERROR: Certificate verification: unable to get local issuer certificate On Mon, Apr 02, 2007 at 11:32:47AM -0400, [EMAIL PROTECTED] wrote: > Certificate depth: 0; subject: /C=CA/ST=QUEBEC/L=MONTREAL/O=CONNEXIM/OU=Gestion Serveurs/CN=blxch2.qc.bell.ca; issuer: /C=CA/ST=QUEBEC/L=MONTREAL/O=CONNEXIM/OU=Gestion Serveurs/CN=Certification Authority/[EMAIL PROTECTED] > ERROR: Certificate verification: unable to get local issuer certificate > ls: Erreur fatale: SSL connect: unable to get local issuer certificate > > I put both > > set ssl:verify-certificate no See if there is a more specific setting (like ssl:verify-certificate/blxch2) using: lftp> set -a|grep verify-certificate -- Alexander.
