[moved] DST_Root_CA_X3 letsencrypt expiration

My git server uses letsencrypt and is therefore affected by the DST_Root_CA_X3 certificate expiration issue.

This means drone can no longer clone repositories

any idea how to get round this?

not sure if this helps but on an ubuntu system fix this with:

sudo apt-get install ca-certificates
sudo sed --in-place '/DST_Root_CA_X3.crt/s/^/!/' /etc/ca-certificates.conf
sudo update-ca-certificates

after that I can git clone…

See Issue with Let'sEncrypt and SSL certificates in old drone-git

This thread describes how to resolve this problem. If you have any further questions, lets move the discussion to this existing thread.

1 Like