in reply to using Net SSLeay to send Client Certificate connect to remote host

Typically, one would use a different HTTP client module, such as HTTP::Tiny - see the "SSL Support" section in its documentation. Its SSL options are from IO::Socket::SSL.

  • Comment on Re: using Net SSLeay to send Client Certificate connect to remote host