Versions Compared

Key

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

Java 8 update Update 60 (1.8.0_60) disables deaktiviert "RC4" cipher suites according to the Complete Cipher Suites gemäß der  JDK 8 Release Notes.Versionshinweise.

Dies kann Probleme bei der Kommunikation zwischen der This may cause problems with the communication between the Blancco Management Console 3 and the erasure software clients und den Löschsoftware-Clients (Blancco 5, Blancco 5 Mobile, Blancco 4 , etcusw.) verursachen.

The issue will be fixed officially in the next Das Problem wird offiziell in der nächsten Version von Blancco Management Console 3 release (3.5.0) , but there are two ways already available for fixing the situation manuallybehoben, aber es gibt bereits zwei Möglichkeiten, die Situation manuell zu beheben.

1. Modifying the  Ändern Sie die Datei server.xml der Blancco Management Console 3's server.xml file

Diese Option ist die empfohlene Option und sollte verwendet werden, wenn die Blancco 4 Löschsoftware (älter als Version This option is the more recommended one, and should be used if Blancco 4 based erasure software (older than version 4.12.3) is not used with nicht mit der Blancco Management Console 3 verwendet wird. 

  1. Stop

    Stoppen Sie den Dienst der Blancco Management Console 3

    service

    .

  2. Go to the

    Wechseln Sie zum Installationsordner der Management Console 3

    installation folder

    : {MC_3_

    installation_folder

    Installationspfad}\apache-tomcat\conf\

  3. Locate

    Suchen Sie die Datei server.xml

    file

    .

  4. Make a backup copy of the file.
  5. Edit the java.security file with a text editor software (for example Notepad) according to the example further below.
  6. After editing the file, save it and restart the Blancco Management Console 3 service.

...

  1. Erstellen Sie eine Sicherungskopie der Datei.

  2. Bearbeiten Sie die Datei java.security mit einem Texteditor (z. B. Notepad) gemäß dem folgenden Beispiel.

  3. Nachdem Sie die Datei bearbeitet haben, speichern Sie sie und starten Sie den Dienst der Blancco Management Console 3 neu.

<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"/>

<Connector SSLEnabled="true" URIEncoding="UTF-8" acceptCount="500" ciphers="TLS_ECDHE_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"/>

2. Modifying the  Ändern der Java JRE 's Datei java.security file

Diese Option sollte nur verwendet werden, wenn die Blancco 4 Löschsoftware (älter als Version This option should only be used, if Blancco 4 based erasure software (older than version 4.12.3)  is used with mit der Blancco Management Console 3 , and verwendet wird und die Änderung der server.xml file modifcation does not fix the issue.das Problem nicht behebt.

  1. Stoppen Sie den Dienst der Stop Blancco Management Console 3 service.
    Go to the
  2. Wechseln Sie zum Java JRE

    installation folder

    -Installationspfad: {JRE_HOME}\lib\security\

  3. Locate

    Suchen Sie die Datei java.security

    file

    .

  4. Make a backup copy of the file.
  5. Edit the java.security file with a text editor software (for example Notepad) according to the example further below.
  6. After editing the file, save it and restart the Blancco Management Console 3 service.
  7. Erstellen Sie eine Sicherungskopie der Datei.

  8. Bearbeiten Sie die Datei java.security mit einem Texteditor (z. B. Notepad) gemäß dem folgenden Beispiel.

  9. Nachdem Sie die Datei bearbeitet haben, speichern Sie sie und starten Sie den Dienst der Blancco Management Console 3 neu.

< jdk.tls.disabledAlgorithms=SSLv3, RC4, DH keySize < 768

> jdk.tls.disabledAlgorithms=SSLv3, DH keySize < 768

...

...

RC4_128, RC4_40, DES_CBC, DES40_CBC

...

> DES_CBC, DES40_CBC