erlang / erlide_eclipse

Eclipse IDE for Erlang
http://erlide.org
202 stars 70 forks source link

Installation problem #328

Open seachdamh opened 5 years ago

seachdamh commented 5 years ago

Sorry for poor english.

When I try install erlide via eclipse marketplace:

Unable to read repository at http://download.erlide.org/update/compositeContent.xml. Received fatal alert: handshake_failure

Eclipse IDE for C/C++ Developers

Version: 2019-03 (4.11.0) Build id: 20190314-1200 Marketplace Client 1.7.6.v20190416-1746 GoClipse 0.16.1.v201607061938

System: Debian Linux testing (amd64) Plasma KDE: 5.14.5 QT: 5.11.3 Kernel: 4.19.0.4

vladdu commented 5 years ago

Thanks for the report, I will check it out!

vladdu commented 5 years ago

Hi, this works for me. Can you install manually by using http://download.erlide.org/update?

seachdamh commented 5 years ago

Still problem exist. See screenshot.

eclipse-error

vladdu commented 5 years ago

What if you try with https://download.erlide.org/update ?

villiros commented 5 years ago

I run into the same problem. Turned out that the cypher suites required by the server were not allowed by the Java installation because of export control stuff.

The solution for me was to install the JCE Unlimited Strength Policy.

vladdu commented 5 years ago

Good to know, thanks! I don't think there is anything I can do about it, except document it.

howlger commented 5 years ago

It seems upgrading to Java 8 Update 161 or higher is also a solution (see this Stack Overflow question).