Versions Compared

Key

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

Since Seit Java 8 update Update 60 (1.8.0_60) wurden "RC4" cipher suites have been disabled. This caused issues with the communication between Management Console and Blancco 5 erasure software clients. The issue have been fixed in the Blancco Management Console Cipher Suites deaktiviert. Dies führte zu Problemen bei der Kommunikation zwischen der Management Konsole und der Blancco 5-Clients. Das Problem wurde in Version 3.5.0 releaseder Blancco Management Konsole behoben. 
Disabled
Die deaktivierte "RC4" cipher suite may cause communication issues if Management Console version -Cipher Suites kann Kommunikationsprobleme verursachen, wenn die Management Konsole Version 3.3.2 is used with the mit Blancco 5 (5.9.0 or newer) erasure software.
To fix the issue Management Console cipher set needs to be updated manually into the Management Console's server.xml file.oder neuer) verwendet wird.

Um das Problem zu beheben, muss die Management Konsole-Verschlüsselungsgruppe manuell in die Datei server.xml der Management Konsole aktualisiert werden.

  1. Stoppen Sie den Dienst der Blancco Management Konsole 3.
  2. Wechseln Sie zum Installationspfad der Management Konsole 3
  3. Stop Blancco Management Console 3 service.
  4. Go to the Management Console 3 installation folder: {MC_3_installation_folderInstallationspfad}\apache-tomcat\conf\
  5. Locate Suchen Sie die Datei server.xml file.
  6. Make a backup copy of the file.
  7. Edit the server.xml file with a text editor software (for example Notepad) according to the example further below.
  8. After editing the file, save it and restart the Blancco Management Console 3 service.
  9. Erstellen Sie eine Sicherungskopie der Datei.
  10. Bearbeiten Sie die Datei server.xml mit einem Texteditor (z.B. Notepad) gemäß dem folgenden Beispiel.
  11. Nachdem Sie die Datei bearbeitet haben, speichern Sie sie und starten Sie den Dienst der Blancco Management Console 3.

Suchen Sie Zeile 14 (diese sieht wie folgt ausLocate line 14 (looks like this):

<Connector SSLEnabled="true" URIEncoding="UTF-8" acceptCount="500" ciphers="SSL_RSA_WITH_RC4_128_SHA" clientAuth="false" compression="on" connectionTimeout="30000" enableLookups="false" executor="tomcatThreadPool" keystoreFile="conf/keystore.jks" keystorePass="mchammer" port="8443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslEnabledProtocols="SSLv3,TLSv1,TLSv1.1,TLSv1.2"/>


Change it to this (replace the black bold string with the red bold stringÄndern Sie diese (ersetzen Sie die schwarze fett gedruckte Zeichenfolge durch die rote fett gedruckte Zeichenfolge):

<Connector SSLEnabled="true" URIEncoding="UTF-8" acceptCount="500" ciphers="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_RSA_WITH_AES_128_GCM_SHA256" clientAuth="false" compression="on" connectionTimeout="30000" enableLookups="false" executor="tomcatThreadPool" keystoreFile="conf/keystore.jks" keystorePass="mchammer" port="8443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslEnabledProtocols="SSLv3,TLSv1,TLSv1.1,TLSv1.2"/>