Doug Monroe wrote: > > a bit off topic... but I'm in the process of investigating options for > programmtically "talking" to a server that uses personal certificates for > client authentication. I've had great success using LWP for both http and > https fetches using basic-auth, but the use of certs is a whole 'nuther > issue... > > I'm looking for advise anyone may have on if/how one might use perl to > automate GET and POST operations using client authentication using certs, > assuming both the cert and keys are on the box doing the processing. If not > perl, I' d be interested in other options too. My basic requirements are to be > able to GET and POST data via SSL with these credentials. > Many thanks > -- > D. Monroe
always nice to followup to your own post ;) Not perl, but I found that cURL can do this with -E/--cert option http://curl.sourceforge.net/docs/manpage.html
