API 호출 시 인증서 문제
spring boot 서버에서 api 호출 시
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
이러한 에러가 발생하고 있습니다.
인증서를 등록해야 할것 같은데, 다운로드 링크와 관련 메뉴얼이 있을까요?
아니면 다른방법으로 처리 가능할까요?
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
이러한 에러가 발생하고 있습니다.
인증서를 등록해야 할것 같은데, 다운로드 링크와 관련 메뉴얼이 있을까요?
아니면 다른방법으로 처리 가능할까요?
