noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 59 forks source link

t/external/ocsp.t fails #148

Closed eserte closed 9 months ago

eserte commented 9 months ago

The test suite started to fail recently:

# tcp connect to www.chksum.de:443 ok
# fingerprint matches
# validation with default CA w/o OCSP ok
not ok 1 - did not get expected OCSP response with stapling
#   Failed test 'did not get expected OCSP response with stapling'
#   at t/external/ocsp.t line 100.
# tcp connect to www.bild.de:443 ok
# fingerprint matches
# validation with default CA w/o OCSP ok
# validation with default CA with OCSP defaults ok
# validation with default CA with OCSP full chain ok
ok 2 - OCSP tests www.bild.de:443 ok
# tcp connect to revoked.grc.com:443 ok
ok 3 # skip SSL upgrade w/o validation failed: SSL connect attempt failed
# Looks like you failed 1 test of 3.

So if I read this correctly then www.chksum.de does not do any OCSP stapling anymore.

noxxi commented 9 months ago

Thanks for the report. A restart of the server fixed the issue, looks like it was some DNS hiccup.