T
Trond Michelsen
Hi.
I'm making a module that needs to make RPC calls to a secure HTTP-server
using SSL certificates.
I'm using Crypt::SSLeay right now, and everything is working fine. It's just
that as far as I can tell, the only way to use the certificates with
Crypt::SSLeay, is to set the full path to them in environment variables, and
I'm a bit uncomfortable with that. Is there any way to tell LWP which
certificates it should use directly?
Or should I just do local %ENV and set the certificates just before I call
$ua->request()?
I'm making a module that needs to make RPC calls to a secure HTTP-server
using SSL certificates.
I'm using Crypt::SSLeay right now, and everything is working fine. It's just
that as far as I can tell, the only way to use the certificates with
Crypt::SSLeay, is to set the full path to them in environment variables, and
I'm a bit uncomfortable with that. Is there any way to tell LWP which
certificates it should use directly?
Or should I just do local %ENV and set the certificates just before I call
$ua->request()?