Standalone version behind proxy

Hi,

There is no such thing as https.nonProxyHosts, Https also uses http.nonProxyHosts. Also the default nonProxyHosts already includes all forms of localhost, so it should not be necessary to specify them again. See docs.

1 Like

Hi,

Thank you, i read the documentation and you’re right but i removed http.nonProxyHosts and https.nonProxyHosts parameters and i have this error : Failed to request [http://extensions.xwiki.org/xwiki/rest/repository/search?start=0&number=20&q=]

Can you please share the relevant part of the log? Did you double-check that the proxy is correct? Maybe this server is in a different network segment and needs another proxy. Can you check if name resolution works on the new server (ping, nslookup) for both the proxy host AND xwiki.org?

Here is the log file : 2018_07_12.output.log (348.9 KB)
Yes, i have checked it yesterday with someone from the technical team. Ping and nslookup command are blocked by technical team but i have access to http://extensions.xwiki.org in the server’s internet’s navigator.

I may be wrong, but for me it looks like your proxy requires Kerberos authentication? Is this possible? Unfortunately I have no clue how to implement this.