Javax.net.ssl.SSLHandshakeExecption:sun.security.validator.ValidatorException: PKIX path building failed
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
뭐 이런 에러가 발생할 경우
플러그인 관리의 고급에서 업데이트 사이트
https://undates.jenkins.io/update-center.json을
http로 변경해준다
젠킨드관리 -> Configure Global Security에서 하단
Plugin Manager 에
Use browser for metadata download의 체크박스를 선택해준다
암튼 나 같은 경우 방화벽땜시 이것도 저것도 안되서
ssl(https)부분을 skip하기 위해
https://updates.jenkins-ci.org/download/plugins/skip-certificate-check/
해당 플러그인을 다운받아 젠킨스 플러그인 디렉토리에 넣고
재시작하니 위와 같은 에러가 없어졌다
'나는 노동자 > 이런저런 Tip' 카테고리의 다른 글
jenkins tomcat 관련 이런저런것들 (0) | 2019.12.16 |
---|---|
Jenkins maven and jdk 설정하기 (0) | 2019.12.16 |
git push 시 crumb was .... (0) | 2019.12.11 |
git empty commit 빈 커밋 (0) | 2019.12.11 |
github git push 에러 해결방법 (0) | 2019.12.11 |