newperldeveloper has asked for the wisdom of the Perl Monks concerning the following question:
I am getting a cert error given without key at lib/Net/SSLeay.pm autosplit into blib/lib/auto/Net/SSLeay/https_cat.al How do I pass the key?use Net::SSLeay qw(get_https post_https sslcat make_headers make_form) +; my $api_page='api.mysite.com'; my $mime_type='application/json'; my $cert_key='mykey'; my $cert_file='/accounts/perl_user/file.pfx'; my ($page, $response, %reply_headers) = post_https($api_page, 443, '/a +pi/v1/token',
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using Net SSLeay to send Client Certificate connect to remote host
by haukex (Archbishop) on Mar 03, 2020 at 13:32 UTC | |
|
Re: using Net SSLeay to send Client Certificate connect to remote host
by hippo (Archbishop) on Mar 03, 2020 at 13:49 UTC | |
by newperldeveloper (Sexton) on Mar 03, 2020 at 15:52 UTC | |
by newperldeveloper (Sexton) on Mar 03, 2020 at 14:28 UTC |