Hi all,

I am having some problems getting lftp to work with ftps.  I have emerged it 
with USE="ssl":

[I] net-ftp/lftp
     Installed versions:  4.4.0(20:03:13 11/22/12)(nls ssl -gnutls -linguas_cs 
-linguas_de -linguas_es -linguas_fr -linguas_it -linguas_ja -linguas_ko -
linguas_pl -linguas_pt_BR -linguas_ru -linguas_zh_CN -linguas_zh_HK -
linguas_zh_TW -socks5)


but can't see openssl mentioned under libraries used:

$ lftp --version | grep Libraries
Libraries used: Readline 6.2


or anywhere else for that matter:

$ ldd /usr/bin/lftp
        linux-vdso.so.1 (0x00007fffb0dff000)
        liblftp-jobs.so.0 => /usr/lib64/lftp/4.4.0/liblftp-jobs.so.0 
(0x00007fa476d01000)
        liblftp-tasks.so.0 => /usr/lib64/lftp/4.4.0/liblftp-tasks.so.0 
(0x00007fa476a8d000)
        libreadline.so.6 => /lib64/libreadline.so.6 (0x00007fa476846000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/libstdc++.so.6 
(0x00007fa476542000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fa476198000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fa475f94000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fa475d8b000)
        libncurses.so.5 => /lib64/libncurses.so.5 (0x00007fa475b36000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fa475840000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fa476f4b000)
        libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/libgcc_s.so.1 
(0x00007fa47562a000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa47540d000)


I am also perplexed why '$ euse -i ssl | grep lftp' does not show anything, 
but option -I works:

$ euse -I ssl | grep lftp
net-ftp/lftp-4.4.0

Any ideas?


PS. In case it helps, the error I'm getting when I try to connect to a shared 
server, which sends a certificate different to the domain name in the URL, is:

 ERROR: Certificate verification: unable to get local issuer certificate

and nothing I've tried (like, ssl:verify-certificate off, ssl:check-hostname 
off; ) succeeds.

-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to