What type of proxy host is it? It seems like it is an NTLM server, which AFAIK didn't work before RC4.
If it is NTLM, try setting maven.proxy.ntlm.host=(your machine name) maven.proxy.ntlm.domain=(your login domain) Note that we haven't been able to explicitly test the NTLM proxy support due to no ready availability of one, so we are trusting in the patch supplier and the httpclient developers! I tested this against a regular proxy both with and without user/pass authentication. Regards, Brett On Mon, 28 Jun 2004 12:12:26 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello All, > > I am getting the following error after upgrading to rc4 from rc1. > Can somebody help me please? > > ************************************************************************************************************************************** > Attempting to download commons-net-1.0.0.jar. > Credentials cannot be used for NTLM authentication: > org.apache.commons.httpclient.UsernamePasswordCredentials > warning: last-modified not specified > Error retrieving artifact from > [http://www.ibiblio.org/maven//commons-net/jars/commons-net-1.0.0.jar]: > java.io.IOException: Not authorized by proxy. > Credentials cannot be used for NTLM authentication: > org.apache.commons.httpclient.UsernamePasswordCredentials > ************************************************************************************************************************************** > > Everything works fine if I switch back to rc1!. > > Note: I am behind proxy using the following parameters, > maven.proxy.host = 166.71.117.212 > maven.proxy.port = 80 > maven.proxy.host = 166.71.117.212 > maven.proxy.port = 80 > maven.proxy.username = myUsername > maven.proxy.password = myPassword > > Regards, > Ganesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
