You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by DELUNE Sébastien <DE...@mipih.fr> on 2007/04/03 13:13:22 UTC

Maven : radius proxy authentication

Hello,

In my society, we use a radius proxy to access web sites. How to configure maven in order to authenticate correctly? My configuration looks like this :

  <proxies>
    <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>mysocietyproxy</host>
      <port>1234</port>
      <nonProxyHosts>m4f5,b2k7</nonProxyHosts>
    </proxy>
  </proxies>

I've tried to add user and password with no success, maven blacklist all my repositories with an access error.

Does anyone know how to do this type of authentication?

Thanks in advance,

Seb.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org