erlang/erlide_eclipse

Installation problem

seachdamh opened this issue · 7 comments

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

Thanks for the report, I will check it out!

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

Still problem exist. See screenshot.

eclipse-error

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

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.

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

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