buckket / twtxt

Decentralised, minimalist microblogging service for hackers.
http://twtxt.readthedocs.org/en/stable/
MIT License
1.91k stars 79 forks source link

The TLS certificate for https://registry.twtxt.org/ expired in 2018 #153

Closed seven1m closed 3 years ago

seven1m commented 3 years ago
→ curl 'https://registry.twtxt.org/api/plain/users?q=71m'
curl: (60) SSL certificate problem: certificate has expired

→ openssl s_client -showcerts -connect registry.twtxt.org:443
CONNECTED(00000003)
depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
verify return:1
depth=0 CN = registry.twtxt.org
verify error:num=10:certificate has expired
notAfter=Nov  9 11:53:47 2018 GMT
verify return:1
depth=0 CN = registry.twtxt.org
notAfter=Nov  9 11:53:47 2018 GMT
verify return:1
buckket commented 3 years ago

Not my domain nor service. CC: @DracoBlue

seven1m commented 3 years ago

Sorry for posting here then. I saw it linked on https://twtxt.readthedocs.io/en/stable/user/registry.html so I thought it was yours. I'll post the same issue over at https://github.com/DracoBlue/twtxt-registry/issues

buckket commented 3 years ago

No problem. That’s just the nature of decentralized services… :grin:

DracoBlue commented 3 years ago

I am trying to reissue the certificate. The cronjob for letsencrypt fails :(.