2023-11-07, 12:50
cacert.pem is in: https://github.com/xbmc/xbmc/blob/master...cacert.pem
I have to extract .crt files from .pem first.
Then after that I do:
Certifications appear at the top of /etc/ssl/certs/ca-certificates.crt.
I tried on the same blank Kodi, sections can now navigate, trailers still won't play.
Kodi4.log
Also tried on another Kodi that may contain notorious 3rd party addons and shall remain logless, sections don't work, maybe skin related.
I have to extract .crt files from .pem first.
Code:
$ openssl crl2pkcs7 -nocrl -certfile cacert.pem | openssl pkcs7 -print_certs -out cacert.crt
Code:
# cp cacert.crt /etc/ca-certificates/trust-source/anchors/update-ca-trust
# cd /etc/ca-certificates/trust-source/anchors/
# update-ca-trust extract
I tried on the same blank Kodi, sections can now navigate, trailers still won't play.
Kodi4.log
Also tried on another Kodi that may contain notorious 3rd party addons and shall remain logless, sections don't work, maybe skin related.