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)
この問題は、2 つのサービス間で使用されている暗号化スイート (AES 256 など、入手可能な暗号化のセット) の不一致が原因で発生します。この場合、サービスは通信に使用する暗号に合意できず、接続に失敗します。
この問題は、公式 Web サイト (サードパーティ) から JCE ファイルを入手することで解決できます。この問題を解決するには、次の操作を実行します (ここに記載されている手順は、JDK 8 を使用していることを前提としています)。
注意:
Java Cryptography Extension (JCE) の無制限強度管轄ポリシーファイルが動作しているかどうかを確認するには、「How to find Java Cryptography Extension (JCE) is indeed working」(Java Cryptography Extension (JCE) が実際に動作しているかどうかを確認する方法) を参照してください。
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.