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 <jamdi...@gmail.com>
To: jenkin...@googlegroups.com
Sent: Thursday, September 12, 2013 12:33 PM
Subject: Problems with ISA SERVER
Hello Guys.
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 jenkinsci-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
/**
* 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 extends AbstractDescribableImpl<ProxyConfiguration> implements Saveable, Serializable {
Regards
Jose
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 jenkinsci-de...@googlegroups.com.
