반응형 개발/자바 예외1 PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 에러 원인 개발 환경이나 서버 간의 통신을 설정하는 과정에서 "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException"라는 에러를 만날 수 있습니다. 이 에러는 SSL/TLS 인증서 검증 과정에서 발생하며, 주로 서버 인증서가 신뢰되지 않거나 유효하지 않을 때 나타납니다. PKIX Path Building Failed 에러란? PKIX(Pathfinder Key Infrastructure) Path Building Failed 에러는 클라이언트가 서버의 SSL 인증서를 신뢰할 수 없는 경우 발생합니다. SSL 인증서는 클라이언트와 서버 간의 안전한 통신을 보장하기 위해 사용되며, 이러한 인증서를 신뢰하려면.. 2024. 7. 19. 이전 1 다음 반응형