I am suspecting that I have to give it (ISA SERVER) a correct rule to do plugins downloads correctly.
If someone did it, please some comment. On Thu, Sep 12, 2013 at 11:48 AM, Jose Diaz <[email protected]> wrote: > Hello Bruno. > > Our ISA Server 2006 is running in a Windows Server. > > How I show in the attachment. I am passing the information : > > proxy > port > domain\username > password. > > Then. For your answer I understand that must I install > > [1] http://cntlm.sourceforge.net/ > > that's correct? > > > - I downloaded the source code from github. No compile because is > missing Messages.java class. > > However, I found the Configuration.java class with it comment: > > /** > > * HTTP proxy configuration. > > * > > * <p> > > * Use {@link #open(URL)} to open a connection with the proxy setting. > > * <p> > > * Proxy authentication (including NTLM) is implemented by setting a > default > > * {@link Authenticator} which provides a {@link PasswordAuthentication} > > * (as described in the Java 6 tech note > > * <a href=" > http://java.sun.com/javase/6/docs/technotes/guides/net/http-auth.html"> > > * Http Authentication</a>). > > * > > * @see jenkins.model.Jenkins#proxy > > */ > > public final class ProxyConfiguration > extendsAbstractDescribableImpl<ProxyConfiguration> > implements Saveable, Serializable { > > > Regards > > > Jose > > > > > > > > > > > > > On Thu, Sep 12, 2013 at 11:02 AM, Bruno P. Kinoshita < > [email protected]> wrote: > >> Hi Jose, >> >> I have a Jenkins instance behind a ISA server too. In my case, the server >> is running in a Linux/Red Hat, and we've installed cntlm [1]. The >> authentication to the proxy is done via cntlm, and then in Jenkins I simply >> configure the proxy as localhost:3128. >> >> Hope that helps, >> >> [1] http://cntlm.sourceforge.net/ >> >> Bruno P. Kinoshita >> http://kinoshita.eti.br >> http://tupilabs.com >> >> >> ________________________________ >> From: Jose Diaz <[email protected]> >> To: [email protected] >> Sent: Thursday, September 12, 2013 12:33 PM >> Subject: Problems with ISA SERVER >> >> >> >> Hello Guys. >> >> I am some days trapped in it issue. >> >> In my company we have an ISA SERVER. >> >> I am configuring the information of my proxy in the tab ( manage plugins >> - advanced configuration ). >> >> The problem is that i got error 502 when try to install a plugin. >> >> The ISA Server register a request of anonymous user. Why? if I am >> sending the information of username/password too. >> >> Some idea? >> >> Jose >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" 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/groups/opt_out. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Jenkins Developers" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/jenkinsci-dev/RacF4QACSko/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/groups/opt_out.
