Hello,
Looking for some help on using http proxy in RDM. We are trying to perform HTTP POST to external endpoint which is accessible only via proxy. Below param were added in JAVA_OPTS in onlinectl.sh file however -Dhttp.nonProxyHosts is ignored and ataccama is pushing all https requests via proxy.
!--scriptorstartfragment-->
-Dhttp.proxyHost=outbound-service-proxy.gateway.aws-euw1-np.mydomain.com \
-Dhttp.proxyUser=svc_nonprod_service_proxy_fdplife \
-Dhttp.proxyPassword=xxxx \
-Dhttp.proxyPort=80 \
-Dhttp.nonProxyHosts=localhost|127.0.0.1|*.uk-dwh.nonprod.aws-euw1-np.mydomain.com"
!--scriptorendfragment-->