-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Can't connect to the server anymore on WebOS with HTTPS #63
Comments
I doubt this is something we can actually fix |
Is this something that should be fixed in WebOS ? How can I diagnose, is there some logs ? I'm also curious because I can work around the issue by loading Jellyfin in the WebOS browser |
webOS Browser uses separate trusted CA store to the rest of the OS. So far you have two options:
|
same issue here |
@naku and @Y0ngg4n Was this through the app or just the browser? As mentioned, we're likely unable to fix this as it depends on the webOS Certificate Authority storage, and unless LG issues an update for that, you'd have to either enable HTTP (even if only for local access), or follow the steps provided by @Informatic (ty for that). |
Looks like Plex is affected as well. https://forums.plex.tv/t/important-information-about-plex-for-smart-tvs-after-september-30-2021/746506
Other than suggesting the items above, it looks like we can't correct this. I will try to add a disclaimer/message to our documentation around server TLS and on the readme for this repo. |
I'll have to dig in further as to how Plex fixed it for webOS 5+ (if they moved everyone to ZeroSSL, specified another chain with Let's Encrypt or what). It sucks that no one is really sharing this info. |
Their TLS setup is actually fairly well documented: https://blog.filippo.io/how-plex-is-doing-https-for-all-its-users/ Though I heard they've migrated to Let's Encrypt since that post. Isn't webOS 5+ supporting Let's Encrypt properly with some latest updates? (I am not following that endevours - just throwing a question out there :)) |
I'm very familiar with that page, haha. Apparently webOS 5+ is supposed to work? https://twitter.com/stek29/status/1445469374194667520 So I don't really know what's going on. |
So LG have apparently commented that they will update older versions at a later date, but no timeframe has been given. See here: https://developer.lge.com/community/forums/RetrieveForumContent.dev?detailContsId=FC03023510&sMenuId=53&contsTypeCode=QUE&prodTypeCode=TV At any rate, it would appear that the options given above are still the only solutions (in descending priority):
|
Just to add to this topic that I still have this issue, meaning that there has been no update on LG side. I have an LG C1 TV and have attempted the above mentioned solutions.
It would appear that there is no real solution for this at the moment. |
I was having issues after following the guide for reverse proxying jellyfin via nginx. The way the webos client loads the server scripts means you need to add a CORS header in the reverse proxy configuration like so:
This is using a new LG C2 and a Lets Encrypt certificate. |
I can't connect anymore with https, I get stuck on the URL screen with "unable to connect" error.
This coincides with the expiry of Let's Encrypt cross-signed certificate a few months ago (https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/), so I guess the new certificate is not recognized either by Jellyfin or the TV itself.
I'm on WebOS 05.40.09
As a workaround I allowed the server app to be accessed on HTTP, and it worked just fine.
The text was updated successfully, but these errors were encountered: