How to use Changelogic Eclipse plugin with HTTPS protocol?
• Repeat the above steps to install the key. • Edit Eclipse’s initialization settings file (%ECLIPSE_HOME%/eclipse.ini) to to point it to the key material. You do this by defining system property javax.net.ssl.trustStore: -Djavax.net.ssl.trustStore=%JAVA_HOME%\jre\lib\security\cacerts If you have changed your keystore password to something other than “changeit”, you might also need to definine system property javax.net.ssl.trustStorePassword:-Djavax.net.ssl.trustStorePassword=changeit This has been successfully tested with Eclipse 3.2 on Java 5.0 and 6.0 VMs. Reportedly, there could be problems with Java 1.4(.2) VMs.