in reply to IO::SOCKET::SSL rest client requires client certificate can do it with curl but not in perl

Is the cert really in the root (/) directory: SSL_key_file => '/client.p12'?

I don't know if it isn't if it'd throw a different error or not, so this is just a random guess.

  • Comment on Re: IO::SOCKET::SSL rest client requires client certificate can do it with curl but not in perl
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: IO::SOCKET::SSL rest client requires client certificate can do it with curl but not in perl
by aktinide (Initiate) on Apr 01, 2016 at 07:03 UTC

    no, client.p12 is not in (/) I just did shorten the full path, I doublecheked using the same full path in curl and perl .