You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the insecure URL from Plex->Settings->Custom server access URLs and defining the https address as https://<hostname>:443/ seems to have resolved access via app.plex.tv... I needed the :443 for some reason.
I have the :32400 port routed directly to plex instead of through replex - now Plex->Settings->Remote Access is staying solidly ✅ .
Any idea what would be causing this error?
If I visit
http://<hostname>:32400
directly it is working.I am visiting app.plex.tv, so simulate external clients connecting to my server.
My HTTP setup:
Docker:
Router -> port forwarding 32400 to dockerhost:3001
I also have the following HTTPS access set up, but I have similar issues when I configure my plex server to advertise my HTTPS address:
Docker:
Caddyfile:
Router -> port forwarding 443 to dockerhost:10443
caddy-security, replex, and plex are all on the same docker network.
Visiting
https://<hostname>
works fine 🤷♂️The text was updated successfully, but these errors were encountered: