[–] awkii 2mo ago ↗ This time:curl -I https://hckrnews.comcurl: (60) SSL certificate problem: certificate has expired More details here: https://curl.se/docs/sslcerts.htmlLast time: https://news.ycombinator.com/item?id=44493461
[–] Bender 2mo ago ↗ openssl s_client -servername hckrnews.com -connect hckrnews.com:443 </dev/null 2>/dev/null | openssl x509 -noout -dates | grep After;date notAfter=May 6 13:37:52 2026 GMT Wed May 6 13:53:53 UTC 2026 Should probably automate renewal.
3 comments
[ 3.1 ms ] story [ 17.7 ms ] threadcurl -I https://hckrnews.com
curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.se/docs/sslcerts.html
Last time: https://news.ycombinator.com/item?id=44493461