Hacker News new | ask | show | jobs
Hckrnews.com Cert Expired (Again) (hckrnews.com)
5 points by awkii 39 days ago
3 comments

    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.
Just noticed this myself. Whoops!
This time:

curl -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