IT/OracleLinux-1Z0460
신뢰하는 인증기관 인증서 목록(keystore)에 없는 remote site의 인증서를 JDK keystore에 추가
알콩달콩아빠
2023. 4. 3. 21:44
728x90
반응형
SMALL
thawte(써트) 인증서는 유료 인증서임에도 불구하고 해당 인증서를 사용하는 URI에 접근 시 아래와 같은 Exception이 발생.
(다 그런지, 일부 인증서만 그런지는 미확인)
Caused by: javax.naming.CommunicationException: simple bind failed: <server-name> [Root exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
이 경우 아래 URL을 참고하여 해당 machine의 JDK (jre) keystore에 추가해 주면 됨
출처 : 신뢰하는 인증기관 인증서 목록(keystore)에 없는 remote site의 인증서를 JDK keystore에 추가 (tistory.com)
728x90
반응형
LIST