HTTPS를 통해 연결을 시도하면 로그에 다음 예외 메시지가 반환됩니다.
루트 예외 스택 트레이스:javax.net.ssl.SSLHandshakeException: 적절한 프로토콜이 없음(프로토콜이 비활성화되어 있거나 암호 그룹이 적절하지 않음)sun.security.ssl.Handshaker.activate(Handshaker.java:503)sun.security.ssl.SSLSocketImpl.kickstartHandshake(SSLSocketImpl.java:1482)sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1351)+ 3개 추가(모든 사항에 대해 디버그 수준 로깅 또는 '-Dmule.verbose.exceptions=true' 설정)
이 문제는 두 서비스 간에 사용되는 암호 그룹(AES 256 등 사용 가능한 암호 집합)의 불일치로 인해 발생합니다. 이 경우 서비스에서 커뮤니케이션에 사용할 암호를 동의하지 못하며 연결에 실패합니다.
공식 웹 사이트(타사)에서 JCE 파일을 가져와 이 문제를 해결할 수 있습니다. 다음 작업을 수행하여 이 문제를 해결합니다(여기에 명시된 지침은 JDK 8를 사용한다고 가정합니다).
참고:
JCE(Java Cryptography Extension) Unlimited Strength Jurisdiction 정책 파일이 작동하는지 여부를 확인하려면 JCE(Java Cryptography Extension)가 작동하는지 확인하는 방법을 참조하십시오.
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.