in reply to Re: Using an SSL cert to talk to a server
in thread Using an SSL cert to talk to a server

Thanks for the response but wow, that is really hard. With curl you can just use -E to specify a cert. Is it really this hard in perl?
  • Comment on Re^2: Using an SSL cert to talk to a server

Replies are listed 'Best First'.
Re^3: Using an SSL cert to talk to a server
by Anonymous Monk on Jun 09, 2011 at 16:25 UTC
      Thanks for that, Anon :-)

      Yeah I actually was playing with that example script last night--but sadly it doesn't execute even in stock form.

      I'll definitely make a suggestion once I figure it out, though.

      edit:I am indeed using curl with backticks at the moment, but my soul burns :-). I did experiement extensively with the various new() method options offered by IO::Socket::SSL to no avail. I guess this is a different sort of "using a cert".

      another update: and it also seems true that none of the cpan curl-related modules support this, either. I guess it is a weird thing we are doing :-)