-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stock plex app shows invalid certificate error code -202 #203
Comments
I see you found I don't think either one does exactly what you want, but modification should be straightforward. |
yep. found it.. but did not help.
on the tv i got this:
while when I run it locally i got this:
same for curl:
as said I can open the page using the TV's internal browser - without issues. |
To chime in here, I had the exact same issue, same tv and same firmware. I took the plunge and upgraded the firmware, it fixed the 202 error so I can use plex again, I can still use the ad free youtube and any homebrew stuff. |
did you upgrade to the latest one? 05.50.56 (e.g. https://www.lg.com/de/support/produkt-hilfe/cs-OLED55C8LLA.AEU/ ) |
Just checked, it is 05.50.45, all I did before was update homebrew channel (https://github.com/webosbrew/webos-homebrew-channel) to the latest version, enable software update on the tv again and updated it via the normal menu, root was still there after reboot. I think originally I used the rootmytv site to root it, don't think that works anymore. |
I am not sure if this is the right place to post this, but I really hope you can at least point me in the right direction.
since a week or two my stock plex app on my rooted LG OLED55C8PLA with firmware 05.40.09 only says:
Loading not possible
server certificate is not trustworthy
error code -202
(it says it in my language, this is just a rough translation)
this message comes before I can even open up any settings within plex. I run my server locally in the network and publicly behind a reverse proxy that takes care of issuing the certificate. this has not changed since over a year. tls1.3 was in place for my server also for that long - so unless something really recent changed on letsencrypt side, I guess plex themselves changed something and the app is opening their servers first to get to my local movies..
I can also open my plex server and the plex web app using the build-in browser on the tv. it does not work in terms of javascript but at least it does not show a certificate error..
I already tried to rebuild my local certificates on the plex server, and checked what the plex app on the tv actually does (its just a html page and a small javascript - so I guess just a wrapper for some kind of wasm - but its all encrypted on the TV: /lg/appstore/cryptofs/apps/usr/palm/applications/cdp-30 ).
I read about how to update root certificates on my TV with a shell script, but this was from 2021 and there are also posts that this did not help - therefore I have not tried this yet.
LG provides tls and root certificates ( https://webostv.developer.lge.com/develop/specifications/tls ) and even a recent firmware update (05.50.56 from november 2024) for this 2018'ish TV, which is kinda great but also will most probably close my root access to it..
my current guess is, that the firmware update will fix my issue but will remove root and therefore adfree-youtube :(
so I would like to try to update the root certificates from LG's website first, but I don't know how yet.
if this does not work or does not help, I would like to know if its possible to decrypt the sources of the plex app and
maybe provide a home-brew version of it.
any help or idea is highly appreciated! having plex working specially before the holidays would really help me out ;)
The text was updated successfully, but these errors were encountered: