Nei registri viene restituito il seguente messaggio di eccezione quando si tenta di stabilire una connessione tramite HTTPS:
Root Exception stack trace:javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)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)
Questo problema è dovuto a una mancata corrispondenza nelle cipher suite (set di cifrature disponibili, ad esempio AES 256) utilizzate tra i due servizi. In questo caso, i servizi non possono accordarsi sulla cifratura da utilizzare per le comunicazioni e la connessione non riesce.
È possibile risolvere questo problema acquisendo i file JCE dal sito Web ufficiale (terze parti). Eseguire le seguenti azioni per risolvere il problema (le istruzioni riportate qui presuppongono che si stia utilizzando JDK 8):
Nota:
Vedere How to find Java Cryptography Extension (JCE) is indeed working (Come vedere se JCE (Java Cryptography Extension) funziona effettivamente) per capire se i file JCE Unlimited Strength Jurisdiction Policy funzionano.
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.