in reply to How to convert curl authentication method to perl
SSL_ca_file is for specifying the CA cert file. You want instead to specify your Client cert file and key. Take a look at the SSL_cert_file section of https://metacpan.org/pod/IO::Socket::SSL for some examples and try taking it from there.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to convert curl authentication method to perl (client certificate)
by newperldeveloper (Sexton) on Feb 28, 2020 at 19:27 UTC | |
by Corion (Patriarch) on Feb 28, 2020 at 19:58 UTC |