Server Version#: 1.41.0.8994
Player Version#: 1.103.1.238-223cbba6
Hi everybody,
i use Plex on a qnap nas with a reverse proxy (haproxy) with an ssl cert from let’s encrypt in front of it.
I can access my medias through android and web browser.
But on linux (in this case a steam deck) and on windows, i get the error 4294967283
Can anybody tell me what’s wrong? Why does it work on android and not on windows or linux?
thanks in advance.
Edit:I 've been looking for the error for days, now i 've found it:
in my haproxy config, i selected the matching server with this command:
acl plex hdr(host) -i plex.mydomain.com
after i changed the command to
acl plex hdr_beg(host) -i plex.
the windows client starts playing videos and even on the steamdeck everything works now.
In my opinion both acls should work. Can anybody tell me why it’s not working with the FQDN?