Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Unable to add p2 repository via proxy

Hi,

Em Fri, Jun 25, 2010 at 03:12:43PM +0200, Dmytro Pishchukhin escreveu:
| From: Dmytro Pishchukhin <dmytro.pishchukhin@xxxxxxxxx>
| 
|    I've tried to run console command to add p2 repository.
| 
|    I've tried it via and without proxy. Direct access work fine, but I have
|    an exception when I try to connect via proxy:
|    osgi> provaddrepo http://download.eclipse.org/releases/helios
|    java.lang.UnsupportedOperationException: Repository not modifiable:
|    http://download.eclipse.org/releases/helios
|    My eclipse.ini;
|    -startup
|    plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
|    -console
|    -Dhttp.proxyHost=<host>
|    -Dhttp.proxyPort=<port>

I've had problems here using eclipse with proxy when the proxy
implements digest authentication.

You could take a look at your proxy configuration. It worked fine to me
when using basic authentication.

Hope this help.

Cheers,

LEslie


Back to the top