The problem is that plugin step does not take into consideration the following jvm arguments
-Dhttp.proxyHost=.. -Dhttp.proxyPort=..
that we set in the plugin-javaops.conf in order to enforce execution of all the http calls from agent plugin step process to slack API, through an http proxy
Looks like this is expected for the version of HttpClient used in the plugin code to make the http request
https://stackoverflow.com/questions/5165126/without-changing-code-how-to-force-httpclient-to-use-proxy-by-environment-varia