ubuntu 젠킨스(jenkins) 설치간 인증서 오류
- IT/어플리케이션
- 2023. 5. 15.
반응형
반응형
업데이트간 오류 확인
$ sudo apt-get update
무시:1 https://pkg.jenkins.io/debian-stable binary/ InRelease
오류:2 https://pkg.jenkins.io/debian-stable binary/ Release
Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.
Could not handshake: Error in the certificate verification. [IP: 146.75.50.133 443]
조치
만료된 인증서가 남아있는것으로 보임
해당 인증서 주석처리 후 업데이트하여 조치
$ vi /etc/ca-certificates.conf
mozilla/DST_Root_CA_X3.crt 주석처리 # 앞에 !추가
$ sudo update-ca-certificates
$ sudo apt udpate
반응형
'IT > 어플리케이션' 카테고리의 다른 글
윈도우(Windows)에서 삭제된 파일 복구하는 방법 (0) | 2023.07.18 |
---|---|
카페24로 워드프레스 홈페이지 만들기 (0) | 2023.07.14 |
vdbench을 이용하여 raw device I/O 측정 & 테스트 (0) | 2023.06.19 |
github enterprise 백업 및 복구(backup & restore) (0) | 2023.05.15 |
centos7 Prometheus & node exporter 설치 (1) | 2021.08.31 |