Issue Type: Improvement Improvement
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 28/Mar/14 5:31 PM
Description:

Hello. I'm getting the proxy/reverse proxy warning message as of the version that the enhancement was released. we are behind https and basic auth ldap (in addition to the ldap auth built into jenkins). We made the proxy mods from here

https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken

with the url behind the proxy we get the correct positive response

wget --no-check-certificate --debug -O /dev/null http://127.0.0.1:8080/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/test
...200 OK.

but behind the real url
wget --no-check-certificate --debug -O /dev/null http://myhost/jenkins/administrativeMonitor/hudson.diagnosis.ReverseProxySetupMonitor/test
... 401 Authorization Required.

That makes sense since we are behind basic auth.

I just ignore the message since its not affecting the functioning of the server so far.

I think it would be a nice enhancement to add a feature to the jenkins management that allows you to pass creds to the checker tool so that it could get past this basic auth and generate a successful test and no more warning message.

Thank you.

Environment: Linux myhost 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Project: Jenkins
Priority: Trivial Trivial
Reporter: Bill Brown
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to