Le message d'exception suivant est renvoyé dans les journaux lors d'une tentative de connexion sur 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)
Ce problème est dû à une discordance dans les suites de chiffrement (ensemble de chiffrements disponibles, par exemple AES 256) utilisées entre les deux services. Dans ce cas, les services ne peuvent pas s’accorder sur un chiffrement à utiliser pour les communications et la connexion échoue.
Vous pouvez résoudre ce problème en récupérant les fichiers JCE depuis le site Web officiel (tiers). Pour résoudre ce problème, procédez comme suit (les instructions répertoriées ici considèrent que vous utilisez JDK 8) :
Remarque :
Pour découvrir si les fichiers Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy fonctionnent, consultez l’article How to find Java Cryptography Extension (JCE) is indeed working (en anglais).
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.