Skip Menu |

This queue is for tickets about the POE-Component-Curl-Multi CPAN distribution.

Report information
The Basics
Id: 131363
Status: new
Priority: 0/
Queue: POE-Component-Curl-Multi

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/02_ssl.t fails (remote uses self-signed certificate)
t/02_ssl.t currently fails: ... # Failed test 'Got OK response' # at t/02_ssl.t line 59. # got: '500' # expected: '200' # Looks like you failed 1 test of 1. t/02_ssl.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests ... It seems that the test URL https://thirdlobe.com/ has only a self-signed certificate, which is probably translated into an artificial 500 error by curl or the module.
On 2020-01-05 16:28:23, SREZIC wrote: Show quoted text
> t/02_ssl.t currently fails: > > ... > # Failed test 'Got OK response' > # at t/02_ssl.t line 59. > # got: '500' > # expected: '200' > # Looks like you failed 1 test of 1. > t/02_ssl.t ................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > ... > > It seems that the test URL https://thirdlobe.com/ has only a self- > signed certificate, which is probably translated into an artificial > 500 error by curl or the module.
It's possible that fresh PASS reports are still sent. But these reports probably show something like: t/02_ssl.t ................ skipped: libcurl not built with SSL support
On 2020-01-05 16:36:48, SREZIC wrote: Show quoted text
> On 2020-01-05 16:28:23, SREZIC wrote:
> > t/02_ssl.t currently fails: > > > > ... > > # Failed test 'Got OK response' > > # at t/02_ssl.t line 59. > > # got: '500' > > # expected: '200' > > # Looks like you failed 1 test of 1. > > t/02_ssl.t ................ > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/1 subtests > > ... > > > > It seems that the test URL https://thirdlobe.com/ has only a self- > > signed certificate, which is probably translated into an artificial > > 500 error by curl or the module.
> > It's possible that fresh PASS reports are still sent. But these > reports probably show something like: > > t/02_ssl.t ................ skipped: libcurl not built with SSL > support
My initial analysis does not seem to be correct. There are also some fresh PASS reports even if SSL support is available. Currently it seems that it's failing for newer Debian systems (10=stable, 11=testing) and CentOS8.