libwww-perl / LWP-Protocol-https

Provide https support for LWP::UserAgent
https://metacpan.org/pod/LWP::Protocol::https
Other
16 stars 35 forks source link

do not verify apache.org cert (RT #104150) #21

Closed Grinnz closed 9 years ago

Grinnz commented 9 years ago

With some versions of openSSL (on OS X it appears) this test fails because the apache.org cert does not validate with IO::Socket::IP or IO::Socket::INET. There is no good reason to test cert validation with apache.org's cert here (it is prone to spontaneous failures like this), so this patch disables verify_hostname for the test.

karenetheridge commented 9 years ago

merged, thanks!