Java PKIX path building failed
Spring 을 이용해서 원격지 서버 (https) 와 통신을 하다보면 아래와 같은 에러가 발생한다. javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target\n\tat sun.security.ssl.Alert.createSSLException(Alert.java:131)\n\tat sun.security.ssl.TransportContext.fatal(TransportContext.java:324)\n\tat sun.security.s..
프로그래밍/Server
2023. 5. 3. 14:26