I have configured proxy info in [confluence_home]/bin/setenv.sh to allow connection to the market place but this breaks space editing.
My line in setenv.sh is:
CATALINA_OPTS="-Dhttp.proxyHost=proxy.mydomain.com -Dhttp.proxyPort=8888 -Dhttps.proxyHost=proxy.mydomain.com -Dhttps.proxyPort=8888 -Dhttp.nonProxyHosts=localhost\|127.0.0.1\|*.mydomain.com -Dhttps.nonProxyHosts=localhost\|127.0.0.1\|*.mydomain.com"
If I comment this line and restart confluence editing works again but the marketplace breaks.
I found that I could get this working if I put the proxy configuration in catalina.properties instead of setenv.sh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.