So I have this PMS deep in the bowels of my LAN. We're setting it up for local consumption and not for access from anywhere else. We're successfully pushing media to the server, and playback works from the clients. We'd like the agents to fetch metadata (artwork et al) from the Internet, however, due to our place policy, we can only use an HTTP proxy to do that.
I've tried setting the http_proxy
and https_proxy
environment variables to the correct settings (checked with curl
under the plex
user) but PMS times out on anything. Is there a way to solve this?
For the record, the OS is CentOS 7, updated to the latest, with SELinux disabled.