in reply to HTTPS request with client authentication using certificates

According to the LWP README.SSL , one may either use Crypt::SSLeay or IO::Socket::SSL to support SSL, though the former is recommended.

The Crypt::SSLeay documentation has this to say about how to use client certificates which may or may not be of use to you.

  • Comment on Re: HTTPS request with client authentication using certificates