Server Version#: 1.43.2.10687
Player Version#: 4.159.0
My Roku TV is able to connect to my local plex media server (running on docker compose on ubuntu) but my Fire Stick is not, they’re both connected to the same Wifi. I was able to connect to my server on my Fire TV when there was an option called `Allow insecure connections` under `Advanced` in settings of the Plex app but I updated my Fire Stick to the latest version and that option is gone. On Fire Stick logs I see:
05-21 19:06:08.135 i: Fetching [method:GET] https://192.168.50.37:32400/media/providers...
05-21 19:06:08.250 e: Error fetching https://192.168.50.37:32400/media/providers?includePreferences=1:
<html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>
05-21 19:06:08.295 i: [[ServerSectionPrunePredicate]] Ignoring item Movies (Plex) because its content source is not reachable
My plex server has these error logs:
[CERT] TLS connection from [::ffff:172.18.0.10]:46116 came in with unrecognized plex.direct SNI name '192-168-50-37.f4bfcbe6735842e88c7823f200f8dc27.plex.direct'; using installed plex.direct cert
I have DNS rebinding disabled, firewall is off on my router, no firewall on my server, DNS servers on the router are set to fetch from IP but I have tried 8.8.8.8 and 9.9.9.9 and 1.1.1.1 before I think but it didn’t help, DNSSEC is disabled on the router.
I don’t think I am on CGNAT since my public IP starts with 7X.
I have enabled/disabled Treat WAN IP As LAN Bandwidth , enabled/disabled Strict TLS configuration, and it didn’t help.