DracoBlue / twtxt-registry

A small registry server for twtxt, which allows to query for mentions and hash tags.
17 stars 0 forks source link

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

Closed seven1m closed 1 year ago

seven1m commented 4 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
seven1m commented 4 years ago

BTW, you probably already know how to do this, but I keep my Let's Encrypt certs up-to-date with a weekly cron job:

34 3 * * 0 certbot renew

I'm not sure if the registry idea ever took off, but it's pretty neat!

DracoBlue commented 1 year ago

fixed.