강의

멘토링

커뮤니티

Inflearn Community Q&A

eiffles's profile image
eiffles

asked

Learn Public Data (Open Data) APIs Part 1

Requesting and outputting public API in Java (Eclipse) (1)

SSL 인증 에러

Written on

·

261

0

안녕하십니까 강의 잘 듣고 있는 학생입니다. 

 

Browser 에서 url 호출 시 JSON Data를 정상적으로 호출 할 수 이 됩니다. 

하지만 Java Web 을 사용하여 호출 시에 

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

다음과 같은 Error 가 발생합니다. 

유효한 인증서를 찾지 못했다는 말인 것 같아 

goolge 에 나와있는 방식으로 시도를 해보았지만 해결 되지 않았습니다. 

해결방법을 알 수 있을까요 ? 

OS : MacOs

IDE : intellJ 

Java 11 

입니다

web-api

Answer

This question is waiting for answers
Be the first to answer!
eiffles's profile image
eiffles

asked

Ask a question