I need to write a program that posts an https request and stores the result. The server I am posting to requires client authentication using certificates. Basically, I need to know how to pass my certificate to the server as well as validate the server's certificate.
I have been looking through the LWP stuff on CPAN, but have not seen anything that addresses client certificates.
Any help would be greatly appreciated.