Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 76902
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: apostmac [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
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', );
Subject: Re: [rt.cpan.org #76902] Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
Date: Mon, 07 May 2012 20:20:13 +0200
To: bug-SOAP-Lite [...] rt.cpan.org
From: Martin Kutter <martin.kutter [...] fen-net.de>
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', > ); >
Fixed in SVN in rev 409. Martin
Fixed in 0.715