-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins latest + reverse proxy
If you setup a Jenkins instance behind a proxy, the configuration from Manage Jenkins > Manage Plugins > Advanced tab are ignored and are not correctly being used. The documentation in the proxy configuration help option states:
The value you submit here will be set as http.proxyHost system property.
Looking quickly at the source code I was unable to locate references to the http.proxyHost property being set.
I was able to workaround the issue by setting up the proxy settings manually via the startup arguments:
-Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.nonProxyHosts= -Dhttp.proxyUser= -Dhttp.proxyPassword=
- duplicates
-
JENKINS-22928 Proxy "Test URL" ignores no proxy setting
-
- Open
-
- links to
[JENKINS-31915] Proxy settings in plugins page are ignored
Assignee | New: Emilio Escobar [ escoem ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 13603 ] |
Link | New: This issue duplicates JENKINS-22928 [ JENKINS-22928 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Labels | New: 2.7.1-fixed |
Workflow | Original: JNJira [ 167384 ] | New: JNJira + In-Review [ 198176 ] |