BUG: Seeing cert error on https://www.bestpractices.dev/
nitrocode opened this issue · 2 comments
nitrocode commented
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
spencerschrock commented
Thanks for the report, but this was a problem upstream which has since been corrected.
coreinfrastructure/best-practices-badge#2166