ossf / scorecard

OpenSSF Scorecard - Security health metrics for Open Source
https://scorecard.dev
Apache License 2.0
4.62k stars 503 forks source link

BUG: Seeing cert error on https://www.bestpractices.dev/ #4340

Closed nitrocode closed 2 months ago

nitrocode commented 2 months ago

Describe the bug BUG: Seeing cert error on https://www.bestpractices.dev/

Reproduction steps Go to the page

Expected behavior A clear and concise description of what you expected to happen.

✗ curl https://www.bestpractices.dev/
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
✗ openssl s_client -connect  bestpractices.dev:443 2>/dev/null | openssl x509 -noout -dates
notBefore=Jul 22 21:58:04 2024 GMT
notAfter=Oct 20 21:58:03 2024 GMT

Additional context N/A

nitrocode commented 2 months ago

cc: @spencerschrock @naveensrinivasan

spencerschrock commented 2 months ago

Thanks for the report, but this was a problem upstream which has since been corrected. https://github.com/coreinfrastructure/best-practices-badge/issues/2166