Since 17/05/25 a script wasn't working anymore.
After some debugging it was a curl command that stopped working
Code: Select all
curl: error setting certificate file: /etc/ssl/certs/ca-certificates.crt
Curl worked for http but not for https urls.
So, after some googling, in the container I did an
Code: Select all
apt-get update && apt-get install -y ca-certificates
Put this in the customstart.sh for now, but this info might be usefull for others and probably should be fixed ?