Trying to get our Ubuntu 16 RM server to access the internet behind a proxy but it keeps failing. I did enter the right info (as far as I know) but no success.
I've added as follows on bin/standalone.conf
JAVA_OPTS="$JAVA_OPTS -Dhttp.proxySet=true -Dhttp.proxyHost=http://[our_proxy_ip]:[our_port]"
JAVA_OPTS="$JAVA_OPTS -Dhttps.proxySet=true -Dhttps.proxyHost=http://[our_proxy_ip]:[our_port]"
or this
JAVA_OPTS="$JAVA_OPTS -Dhttp.proxySet=true -Dhttp.proxyHost=http://[our_proxy_ip] -Dhttp.proxyPort=[our_port]"
JAVA_OPTS="$JAVA_OPTS -Dhttps.proxySet=true -Dhttps.proxyHost=http://[our_proxy_ip] -Dhttps.proxyPort=[our_port]"
but neither will make any difference, it keeps failing on getting me access to the internet (for web mining).
Any other ideas on how I can troubleshoot? I cannot find anything else as above so I'm stuck now