Version : STS 3.7.2
Issue : Java program not making internet call out. I am behind proxy and I have below configuration too. (Also from STS, I can search market place on internet. so that is confusing like why java cant connect on internet via proxy)
I have manual proxy configured for http and https and sock disabled too.
I also tried running with following vm argument but didnt help. Somehow it seems not using proxy at all. I have seen flood of posts on this, but none of the solution worked for me.
-Dhttp.proxyHost=<myproxyserver> -Dhttp.proxyPort=8080 -Dhttp.proxyUser=<userid> -Dhttp.proxyPassword=<userpwd>
(My java program tries to make http call on port 80 on internet.)
Please help.