Try to write the image to another SD card, because either the file system or the card may have been damaged.
I think this is what causes the error:
PostRE: SOLVED: Cannot Install/Update Addons (on LE9.0 and older versions)
LE 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:
(Code, 1 line)
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)…HiassofTOctober 13, 2021 at 1:16 PM
Hi dtech,
Thank you so much for your answer. Worked like a charm!
Many thanks once again.
Cheers