Dev Language/JAVA
Java PKIX path building failed/Unable to find valid certification path to requested target
타카스 류지
2023. 4. 21. 00:56
Unable to find valid certification path to requested target
Java PKIX path building failed
아래 처럼 크롬 브라우저로 해당 등록할 사이트 인증서를 내보내기로 저장한다.
사용하는 JDK 폴더의 BIN 폴더에 들어가 CMD 명령어로 아래 내용을 작성
keytool -importcert -file "c:\등록할사이트인증서.crt" -keystore C:\Java\jdk1.8.0_361\jre\lib\security\cacerts -storepass changeit -noprompt
끝!