• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • 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=
      

          [JENKINS-31915] Proxy settings in plugins page are ignored

          Steven Christou created issue -
          Emilio Escobar made changes -
          Assignee New: Emilio Escobar [ escoem ]
          Emilio Escobar made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Emilio Escobar made changes -
          Remote Link New: This issue links to "PR (Web Link)" [ 13603 ]
          Emilio Escobar made changes -
          Link New: This issue duplicates JENKINS-22928 [ JENKINS-22928 ]
          SCM/JIRA link daemon made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Progress [ 3 ] New: Resolved [ 5 ]
          Oliver Gondža made changes -
          Labels New: 2.7.1-fixed
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 167384 ] New: JNJira + In-Review [ 198176 ]

            escoem Emilio Escobar
            schristou Steven Christou
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: