timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-51771] Use Jenkins proxy configuration #9866

Open timja opened 6 years ago

timja commented 6 years ago

The Jenkins proxy configuration it is not used, in order to use a proxy you have to add the JVM proxy properties.

-Dhttp.proxyHost=192.168.1.100 -Dhttp.proxyPort=8800 -Dhttps.proxyHost=192.168.1.100 -Dhttps.proxyPort=8800

Could be possible to use the Jenkins proxy settings instead?


Originally reported by ifernandezcalvo, imported from: Use Jenkins proxy configuration
  • status: Open
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 6 years ago

jglick:

IMO Jenkins core should rather have the update-center-configured proxy settings synchronized to system properties.

timja commented 3 years ago

jglick:

FYI https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/section-client-configuration.html + https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/ClientConfiguration.html#getProxyHost--