Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Java 8 Update 31 disables SSLv3 support as default. Due to the disabled SSLv3, Blancco Erasure clients are not able to communicate with Management Console 3 anymore.

If Java 8 update 31 has been installed, the SSLv3 has to be enabled manually:

deaktiviert die SSLv3-Unterstützung als Standard. Aufgrund des deaktivierten SSLv3 können Blancco Erasure-Clients nicht mehr mit der Management Console 3 kommunizieren.

Wenn Java 8 Update 31 installiert wurde, muss SSLv3 manuell aktiviert werden:

  1. Gehe Sie in den Java Installationsordner.
  2. Öffnen Sie die Datei
  3. Go to Java installation folder.
  4. Open {JRE_HOME}\lib\security\java.security -file in text editor.
  5. Go to the last line.
  6. mit einem Texteditor.
  7. Springen Sie zur letzten Zeile.
  8. Löschen oder kommentieren Sie die folgende Zeile aus Delete or comment out the following line "jdk.tls.disabledAlgorithms=SSLv3".
  9. Restart the MC service or reboot the server.
  10. Starten Sie den MC-Dienst neu oder starten Sie den Server neu.

Das Problem tritt auch in Linux-Umgebungen auf The issue also occurs in Linux environments (Openjdk 1.7.0.75.). The solution is similar: Remove the last line: Die Lösung ist ähnlich: Entfernen Sie die letzte Zeile: "jdk.tls.disabledAlgorithms=SSLv3".