Skip to content

Slack step execution is ignoring http proxy configuration  #9

@alexKarahalios

Description

@alexKarahalios

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions