The following Exception message is returned in the logs when attempting to make a connection over 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)
This problem is caused by a mismatch in the cipher suites (set of available ciphers, such as AES 256) being used between the two services. In this case, the services can not agree on a cipher to use for the communications and the connection fails.
You can resolve this issue by getting the JCE files from the Official website (third-party). Perform the following actions to resolve this issue (the instructions listed here assume that you are using JDK 8):
Note:
Refer to How to find Java Cryptography Extension (JCE) is indeed working to find out whether Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files are working.
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.