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

@Arnaud_Catz Im not sure if this will help and im far from an expert here im still a linux begginner myself alli did was

  1. start a new ssh session

  2. Change your directory to home

cd
  1. Download the zipfile (I used the one linked below as im running openhabian on my RPI but there is a different one that just gave me errors )
sudo wget https://cdn.azul.com/zcek/bin/ZuluJCEPolicies.zip
  1. Unzip the file
sudo unzip ZuluJCEPolicies.zip
  1. change directory to the unzipped file
cd /home/openhabian/ZuluJCEPolicies
  1. move the two java files too the java home folder
sudo mv local_policy.jar /usr/lib/jvm/zulu-embedded-8-armhf/jre/lib/security/
sudo mv US_export_policy.jar /usr/lib/jvm/zulu-embedded-8-armhf/jre/lib/security/
  1. reboot your system
sudo reboot
13 Likes