The fix #272 to support the http.nonProxyHosts does not work.
We use a configuration with an exception for hosts which should not be routed via a proxy.
For example: -Dhttp.proxyHost=proxy -Dhttp.proxyPort=80 -Dhttps.proxyHost=proxy -Dhttps.proxyPort=80 -Dhttp.nonProxyHosts="localhost|.local|externalhost"
But when sending an AS2-message to https://externalhost:8443/content/foo.bar.AS2Server (configured in partnerships.xml) via OpenAS2 4.0.0 the proxy is still used.
The fix #272 to support the
http.nonProxyHostsdoes not work.We use a configuration with an exception for hosts which should not be routed via a proxy.
For example:
-Dhttp.proxyHost=proxy -Dhttp.proxyPort=80 -Dhttps.proxyHost=proxy -Dhttps.proxyPort=80 -Dhttp.nonProxyHosts="localhost|.local|externalhost"But when sending an AS2-message to https://externalhost:8443/content/foo.bar.AS2Server (configured in partnerships.xml) via OpenAS2 4.0.0 the proxy is still used.