[SOLVED] Failed downloading Marketplace entries: Received fatal alert: handshake_failure

I found a solution for this.

  1. Download the Java Cryptography Extension from here
  2. Unzip the contents - should contain a readme and two jars.
  3. Copy the jars to JAVA_HOME/jre/lib/security or JAVA_HOME/lib/security For me this was β€œ/usr/lib/jvm/zulu-embedded-8-armhf/”
  4. restart your rpi.

The reason is that for some reason the cryptography changed for their server and by default it’s not supported.
Or something like that :slight_smile:

12 Likes