Display MoreLE 9.0 (and before) use the old openssl 1.0.2 version which is tripping over the DST Root CA X3 expiration end of September - read more about it here: https://www.openssl.org/blog/blog/2021…RootCertExpire/
Fortunately applying the workaround 1 (removing the cert) is quite easy:
First create the directory /storage/.config/system.d/openssl-config.service.d:
then create a file drop-dst-x3.conf in there (full path is /storage/.config/system.d/openssl-config.service.d/drop-dst-x3.conf) with the following content:
Code[Service] ExecStartPost=sed -i '/^DST Root CA X3/,/END CERTIFICATE/ d' /run/libreelec/cacert.pem
Now reboot and kodi (and curl etc) should be happy again.
so long,
Hias
Well, I dont have that directory structure and I dont know if it makes a difference.
I have:
/storage/.config/system.d/openvpn.service.sample
so I created a folder structure as shown :
/storage/.config/system.d/openssl-config.service.d
and it still dont work.
Do I need to make the folder openssl-config.service.d and put that file in it.
thanks