반응형
STS에서 github copilot plugin을 설치하려고 하면 다음과 같은 에러가 뜬다.
Unable to read repository at https://azuredownloads-g3ahgwb5b8bkbxhd.b01.azurefd.net/github-copilot/content.xml. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
SSL 관련 오류인데 Eclipse 사용 시 잘 설치되지만 STS에선 위 에러가 발생했다.
STS의 SpringToolSuite4.ini
파일에 다음 설정을 추가하면 github copilot plugin이 정상적으로 설치되는 것을 확인할 수 있다.
-Djavax.net.ssl.trustStoreType=Windows-ROOT
-Djavax.net.ssl.trustStore=NONE
반응형
'Study > Java' 카테고리의 다른 글
JDK 25 New Features (0) | 2025.10.09 |
---|---|
Spring Boot version Mappings 확인하기 (0) | 2025.09.11 |
Spring Boot 4.0 Road to GA introduction (0) | 2025.09.11 |
[troubleshooting] STS (Eclipse) lombok record builder annotation 사용 시 오류 (1) | 2025.08.15 |
Spring Boot 3.5 Release Notes (1) | 2025.05.30 |
[troubleshooting] eclipse Marketplace plugin 설치 불가 문제 (0) | 2025.05.08 |
Eclipse(STS)에서 PlantUML을 사용하여 class diagram 보기 (0) | 2025.04.11 |
Playwright 사용해 보기 (0) | 2025.03.29 |
Spring Boot ConfigurationMetaData 사용해 보기 (0) | 2025.03.28 |
JDK 24 New Features (0) | 2025.03.26 |