Die folgende Exception-Meldung wird in den Protokollen zurückgegeben, wenn versucht wird, eine Verbindung über HTTPS herzustellen:
Root Exception stack trace: (Root-Exception Stapelverfolgung:)javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate) (Kein geeignetes Protokoll (Protokoll ist deaktiviert oder Verschlüsselungssuite ist unpassend))at sun.security.ssl.Handshaker.activate(Handshaker.java:503)at sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)+ 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything) (+ 3 weitere (Protokollierung auf Debug-Ebene einstellen oder '-Dmule.verbose.exceptions=true' für alles))
Dieses Problem wird durch eine Nichtübereinstimmung der Verschlüsselungssuites (Satz verfügbarer Verschlüsselungen, z. B. AES 256) verursacht, die zwischen den beiden Diensten verwendet werden. In diesem Fall können sich die Dienste nicht auf eine Chiffre für die Kommunikation einigen und die Verbindung schlägt fehl.
Sie können dieses Problem beheben, indem Sie die JCE-Dateien von der offiziellen Website (Drittanbieter) abrufen. Führen Sie die folgenden Aktionen aus, um dieses Problem zu beheben (die hier aufgeführten Anweisungen gehen davon aus, dass Sie JDK 8 verwenden):
Hinweis:
Unter Herausfinden, ob Java Cryptography Extension (JCE) funktioniert erfahren Sie, ob Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files funktionieren.
001123140

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.