in reply to Re^2: Using an SSL cert to talk to a server
in thread Using an SSL cert to talk to a server
See http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-1.44/example/lwp-with-verifycn.pl and add SSL_key_file / SSL_cert_file .... something :)
Or, see also, http://cpansearch.perl.org/src/NANIS/Crypt-SSLeay-0.58/eg/lwp-ssl-test
Also, I'm sure any suggestions for making it easier would be appreciated https://rt.cpan.org/Public/Dist/Display.html?Name=libwww-perl
With curl you can just use -E to specify a cert. Is it really this hard in perl?
You can use curl from perl :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using an SSL cert to talk to a server
by rastoboy (Monk) on Jun 09, 2011 at 23:35 UTC |