Re: Test failures and libwww-perl 6.0.3

2011-11-30 Thread Kaspar Brand
On 29.11.2011 23:23, Stefan Fritsch wrote: > On Tuesday 29 November 2011, Kaspar Brand wrote: >> I have committed the patches in r1207758 (for Apache::Test) and >> r1207759 (adjustments to the t/ssl tests). > > Nice, works here now. Thanks. FYI: Torsten pointed out a potential problem with the so

Re: Test failures and libwww-perl 6.0.3

2011-11-29 Thread Stefan Fritsch
On Tuesday 29 November 2011, Kaspar Brand wrote: > On 23.11.2011 15:06, Joe Orton wrote: > > On Wed, Nov 23, 2011 at 08:37:31AM +0100, Kaspar Brand wrote: > >> There are two approaches to fix 1): a) turn off verify_hostname > >> where needed (t/ssl/pr12355.t and t/ssl/pr43738.t are doing this > >>

Re: Test failures and libwww-perl 6.0.3

2011-11-28 Thread Kaspar Brand
On 23.11.2011 15:06, Joe Orton wrote: > On Wed, Nov 23, 2011 at 08:37:31AM +0100, Kaspar Brand wrote: >> There are two approaches to fix 1): a) turn off verify_hostname >> where needed (t/ssl/pr12355.t and t/ssl/pr43738.t are doing this >> right now) or b) specify the CA cert (generated in t/conf/c

Re: Test failures and libwww-perl 6.0.3

2011-11-23 Thread Joe Orton
On Wed, Nov 23, 2011 at 08:37:31AM +0100, Kaspar Brand wrote: > There are two approaches to fix 1): a) turn off verify_hostname > where needed (t/ssl/pr12355.t and t/ssl/pr43738.t are doing this > right now) or b) specify the CA cert (generated in t/conf/ca/...) > to make verification work/succeed.

Re: Test failures and libwww-perl 6.0.3

2011-11-22 Thread Kaspar Brand
On 18.11.2011 22:21, Stefan Fritsch wrote: > in case any of you also have lots of test failures with libwww-perl 6.0.3, > setting these env vars fixes most of them for me: > > PERL_NET_HTTPS_SSL_SOCKET_CLASS=Net::SSL > PERL_LWP_SSL_VERIFY_HOSTNAME=0 > > No idea why Net::SSL works but I

Test failures and libwww-perl 6.0.3

2011-11-18 Thread Stefan Fritsch
Hi, in case any of you also have lots of test failures with libwww-perl 6.0.3, setting these env vars fixes most of them for me: PERL_NET_HTTPS_SSL_SOCKET_CLASS=Net::SSL PERL_LWP_SSL_VERIFY_HOSTNAME=0 No idea why Net::SSL works but IO::Socket::SSL doesn't. The remaining failures are