in reply to Re: using Net SSLeay to send Client Certificate connect to remote host
in thread using Net SSLeay to send Client Certificate connect to remote host
I am new to perl and don't have to touch it often. Thanksmy $ua = LWP::UserAgent->new ( ssl_opts => { SSL_cert_file => $certfile, SSL_passwd_cb => sub {$my_key}, } );
|
|---|