• HTTPS certificate for update site

HTTPS certificate for update site

On OSX it looks like the Eclipse updater doesn’t install the HTTPS certificate used for the update site. Use the following instructions to install it locally (courtesy of @geib, thanks for that!)

  1. Use for example InstallCert.java to download the certificate (https://github.com/escline/InstallCert). java InstallCert erlide.org:443

  2. keytool -exportcert -alias erlide.org-1 -keystore jssecacerts -storepass changeit -file erlide.org.cer

  3. keytool -importcert -alias erlide.org -keystore /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/security/cacerts -storepass changeit -file erlide.org.cer

  4. restart eclipse