This is a bug in the Reverse Proxy Auth Plugin. No plugin should ever depend on 
internal-only URLs of other plugins used e.g. for form validation or 
autocompletion (or even the Java API creating them).

In this case, this change renamed doServerCheck to doCheckServer, removing the 
/serverCheck URL:
https://github.com/jenkinsci/ldap-plugin/commit/0f4e172636d4ccd2eccecf632253c7673bab9fe4

You may be able to just ignore the error.

> On 10.10.2016, at 22:05, Dunnigan, Terrence J 
> <[email protected]> wrote:
> 
> Hi all,
>  
> I’m using Jenkins 1.625.3 and I’m trying to configure the Reverse Proxy Auth 
> Plugin (1.5) with my LDAP information and encountering issues. When I use the 
> same values to configure pure LDAP, it works fine.
>  
> However when I configure the Reverse Proxy Auth Plugin I encounter errors as 
> soon as I specify an LDAP hostname. It appears the Reverse Proxy Plugin is 
> trying to verify the LDAP server name using this url:
>  
> ${rootURL}/securityRealms/LDAPSecurityRealm/serverCheck?field=server&amp;server='+encodeURIComponent(this.value)+'&amp;managerDN='+encodeURIComponent(this.form.elements['managerDN'].value)+'&amp;managerPassword='+encodeURIComponent(this.form.elements['managerPassword'].value)
>  
> When I enter this URL manually I get a 404 error, which is the same error 
> that the plugin gives me. (I get the same error if I use my proxy name or my 
> actual hostname for $rootURL)
>  
> Any thoughts?
>  
> Thanks,
>  
> Terry 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/ad0b0a4e2a2b43d68dc9f797d5e7f740%40XCH15-05-11.nw.nos.boeing.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/C01065E8-50BC-4A46-9805-BE30B5CD3638%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to