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…