Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-24014

Jenkins wrongly(?) warns that "reverse proxy set up is broken" when using autorefresh link.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • Jenkins 1.572 (not under any form of reverse proxy, simply set up with the installer, not using tomcat/apache/..), firefox 29.0

      When I go to /manage, there is no warning. When I click "ENABLE AUTO REFRESH" (or "disable .." if it was on already), the page suddenly shows a big red warning "It appears that your reverse proxy set up is broken."

      I haven't set up any reverse proxy, so this seems wrong. I think Jenkins is confused by the parameter in the url formed: /manage?auto_refresh=false. Using the network trace in firefox shows the response header's location is set to:

      http://XXX:8080/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/testForReverseProxySetup/http%3A%2F%2FXXX%3A8080%2Fmanage%3Fauto_refresh=false/

      for a request to:

      http://XXX:8080/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/test

      which had a referrer of

      http://XXX:8080/manage?auto_refresh=false

      (I cannot determine from the description if JENKINS-23280 has the same cause, if so, it wasn't detected or described there.)

            danielbeck Daniel Beck
            legolas Arnt Witteveen
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: