Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] How to use -Declipse.p2.unsignedPolicy on MacOS?

I've never heard of the property eclipse.p2.unsignedPolicy, but since Juno M2, the director application allows self-signed and other untrusted certificates (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=340345 )

> -----Original Message-----
> From: p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Grigory Petrov
> Sent: Donnerstag, 13. Oktober 2011 11:57
> To: p2-dev@xxxxxxxxxxx
> Subject: [p2-dev] How to use -Declipse.p2.unsignedPolicy on MacOS?
> 
> Hello.
> 
> I want to perform unattended Eclipse configuration: install some
> addins and apply a bit of settings. All works fine except for
> self-signed addins - Eclipse fails to install them via p2.director
> (but I can install them via p2 GUI if i manually confirm certificate
> confirmation request). I have tried to set -Declipse.p2.unsignedPolicy
> to "allow" in order to solve it, but nothing changes! I use latest
> Eclipse 3.7.1, latest MacOS 10.7 Lion. I have added
> 
> -Declipse.p2.unsignedPolicy=allow
> 
> into "eclipse/Eclipse.app/Contents/MacOS/eclipse.ini" and performed
> following command:
> 
> ./eclipse -nosplash -application org.eclipse.equinox.p2.director -r
> http://pydev.org/updates -i org.python.pydev.feature.feature.group
> 
> 
> It fails with certificate rejected error . What i'm doing wrong?
> _______________________________________________
> p2-dev mailing list
> p2-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top