Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

security related error installing erlide in photon #323

Open
geib opened this issue Jan 3, 2019 · 12 comments
Open

security related error installing erlide in photon #323

geib opened this issue Jan 3, 2019 · 12 comments

Comments

@geib
Copy link

geib commented Jan 3, 2019

I am trying to install erlide from eclipse market place and I get the attached error message.
screen shot 2019-01-03 at 2 30 19 pm

@geib
Copy link
Author

geib commented Jan 3, 2019

Sorry, I am running macos and eclipse photon.

@vladdu
Copy link
Collaborator

vladdu commented Jan 3, 2019

Did you try to install directly? It works for me, from the marketplace too...

I found this similar question, see if the last answer's ideas work for you.

@geib
Copy link
Author

geib commented Jan 3, 2019 via email

@geib
Copy link
Author

geib commented Jan 3, 2019 via email

@vladdu
Copy link
Collaborator

vladdu commented Jan 3, 2019

Sorry, https://www.eclipse.org/forums/index.php/t/1085851/

By direct install I meant going to http://download.erlide.org/update (instead of the marketplace)

@geib
Copy link
Author

geib commented Jan 3, 2019 via email

@vladdu
Copy link
Collaborator

vladdu commented Jan 3, 2019

Try with http:// too, it's what works for me.

@geib
Copy link
Author

geib commented Jan 3, 2019 via email

@vladdu
Copy link
Collaborator

vladdu commented Jan 4, 2019

There is no more info after "I get the following", maybe the email attachment is lost on github?

@geib
Copy link
Author

geib commented Jan 4, 2019

Here is another try.

screen shot 2019-01-03 at 4 11 26 pm

@geib
Copy link
Author

geib commented Jan 4, 2019

Solved: I downloaded the cert from download.erlide.org, and then inserted into my java cacerts.
For anyone else having this issue. I am running macos mohave, and java 1.8.0 with eclipse photon.

Here are the steps I used to resolve the issue:

  1. Used a nice tool InstallCert.java to download the certificate.
    java InstallCert download.erlide.org:443

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

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

  4. restarted eclipse and install went fine.

@vladdu
Copy link
Collaborator

vladdu commented Jan 4, 2019

Great! Thanks for the info, I will add it to the docs too. I wonder why it works without that on other systems...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants