Subject: | https.t always fails, requires force install LWP |
Date: | Sat, 12 Jul 2008 09:20:47 -0700 |
To: | bug-libwww-perl [...] rt.cpan.org |
From: | "David Cortesi" <davecortesi [...] gmail.com> |
Trying to install Bundle::LWP the test case https.t fails, making it
necessary to use force install.
The test case accesses https://www.sun.com and looks for "Sun Microsystems"
in the returned data.
Access by browser to that URL succeeds, as does the command
curl 'https://www.sun.com' | grep Microsystems
We do note that sun appears to redirect to 'https://www.sun.com/' (adding a
terminal slash),
could this be the cause of the failure?