Subject: | Test host has expired certificate |
The test suite started to fail, probably since yesterday:
...
# Testing a simple failure case with the hosted remote verifier (procedure)
# Failed test 'Didn't provide a certificate'
# at t/03-status-failure.t line 12.
# got: 'Can't connect to verifier.login.persona.org:443 (certificate verify failed)'
# expected: 'no certificates provided'
# Testing a simple failure case with the hosted remote verifier (using OO)
# Failed test 'Didn't provide a certificate'
# at t/03-status-failure.t line 21.
# got: 'Can't connect to verifier.login.persona.org:443 (certificate verify failed)'
# expected: 'no certificates provided'
# Looks like you failed 2 tests of 4.
t/03-status-failure.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests
...
Checking certificate:
$ openssl s_client -connect verifier.login.persona.org:443 < /dev/null 2>/dev/null |openssl x509 -text 2>/dev/null|grep -A 2 Validity
Validity
Not Before: Mar 7 00:00:00 2016 GMT
Not After : May 17 12:00:00 2017 GMT
So maybe it's time to use another test host?