Page 1 of 1

Proxy server support

PostPosted: Mon Jan 11, 2010 11:22 am
by padanfain2000
Hi all,

as I have to use serviio behind a proxy server I would love to see proxy server support for metadata download. :)

best regards,

pf2k

Re: Proxy server support

PostPosted: Mon Jan 11, 2010 12:19 pm
by zip
Hi,

try to set system properties

  Code:
http.proxyHost=your_proxy_server_address


and

  Code:
http.proxyPort=your_proxy_server_port


as described here: http://www.serviio.org/component/content/article/21#q3

PS: If you're on Linux or Windows, don't forget -D prefix (it's described in the above FAQ)