in reply to
Net::FTPSSL Cert and Key question
It doesn't look like
Net::FTPSSL
is setup to use client certificates. The relevant code is in
Net::SSLeay
, which is imported by
Net::SSLeay::Handle
, which is imported by
Net::FTPSSL
. Look at
Using client certificates
.
Comment on
Re: Net::FTPSSL Cert and Key question
In Section
Seekers of Perl Wisdom