주소로 좌표를 가져오는 경우 오류 문의합니다

https://dapi.kakao.com/v2/local/search/address.json 를 이용하여
기존 좌표값 받아 사용했는데요.
현재 개발 PC(localhost:8080)에서 아래와 같은 오류가 났습니다.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)

개발PC에서 주소 좌표 받는 방식 문의합니다.

기존 사용중이었던 자바에서 호출하는 부분입니다. 문제여부 확인 부탁합니다.

hc = (HttpsURLConnection)url.openConnection();
hc.setRequestMethod(GET);
hc.setRequestProperty(User-Agent, Java-Client); // https 호출시 user-agent 필요
hc.setRequestProperty(X-Requested-With, curl);
//hc.setRequestProperty(Authorization, auth);
int responseCode = hc.getResponseCode();

공지사항 내 4. 지원 가능한 환경 확인해주세요.
사용하는 Java 버전이 지원 환경에 해당하지 않는다면
버전 업데이트 또는 인증서를 다운받아서 설치해주세요.
https://devtalk.kakao.com/t/open-api-ssl-urgent-notice-replacing-ssl-certificates-in-kakao-open-api-platform-revised-need-to-recheck/117933