I am using Ubuntu 16.04 and the system is behind the proxy zone. Proxy setting is configured in /etc/environment apt-get. And URL's are reachable from WGET and CURL. But whenever we tried from Java application or with any java rest clients, it is throwing unknown host exceptions.
Tried setting the -DsocksProxyHost
and -Dhttp.proxyHost
in command line for testing. Still no luck.
Comments
Post a Comment