Subject: | t/040_https_request.t fails (certificate expired?) |
The t/040_https_request.t test started to fail on my smokers:
Use of uninitialized value $con in <HANDLE> at t/040_https_request.t line 81.
readline() on unopened filehandle at t/040_https_request.t line 81.
Can't use an undefined value as a symbol reference at t/040_https_request.t line 87.
Remote Api error: (500). Details: Can't connect to localhost:23509 (certificate verify failed)
SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /opt/perl-5.24.1-RC4/lib/site_perl/5.24.1/LWP/Protocol/http.pm line 47.
t/040_https_request.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/3 subtests
This looks like an expired certificate:
$ cat t/certs/ca.pem|openssl x509 -text|grep -A 2 Valid
Validity
Not Before: Oct 8 11:14:06 2015 GMT
Not After : Oct 7 11:14:06 2016 GMT