Hello apostmac,
thanks for the request - you're right. Due to a change in LWP::UserAgent
it will now (as of libwww-6.04) always install and use IO::Socket::SSL.
Am Montag, den 30.04.2012, 13:40 -0400 schrieb via RT:
Show quoted text> Mon Apr 30 13:40:18 2012: Request 76902 was acted upon.
> Transaction: Ticket created by apostmac
> Queue: SOAP-Lite
> Subject: Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: apostmac@yahoo.com
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=76902 >
>
>
> In SOAP::Transport page
> (
http://search.cpan.org/~mkutter/SOAP-Lite-0.714/lib/SOAP/Transport.pod)
> under the section SSL CERTIFICATE AUTHENTICATION it reffers to
> Crypt::SSLeay ENV variables that need to be set but it will use
> IO::Socket::SSL if available in which case you will need to set the
> certs with:
>
> $webService->transport->ssl_opts(
> SSL_cert_file => 'client-cert.pem',
> SSL_key_file => 'client-key.pem',
> );
>