Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 알고리즘
- cos
- vuejs
- DFS
- 개발
- django
- issue
- Algorithm
- 분할정복
- DFS와BFS
- 안드로이드
- 파이썬
- cos pro
- k8s
- 백준
- 코딩테스트
- Flutter
- 코드품앗이
- Python
- AndroidStudio
- 코테
- 안드로이드스튜디오
- DART
- BAEKJOON
- 동적계획법과최단거리역추적
- codingtest
- C++
- cos pro 1급
- 동적계획법
- android
Archives
- Today
- Total
Development Artist
[Azure, RedHat, rhel7] SSL peer rejected your certificate as expired 본문
TroubleShooting/Linux Issue
[Azure, RedHat, rhel7] SSL peer rejected your certificate as expired
JMcunst 2022. 8. 18. 16:43728x90
반응형
이슈
yum install 하는 과정 시 아래와 같이 오류가 발생하면서 install 불가
https://rhui3.microsoft.com/pulp/repos//content/dist/rhel/rhui/server/7/7Server/x86_64/extras/debug/repodata/repomd.xml: [Errno 14] curl#58 - "SSL peer rejected your certificate as expired."
Trying other mirror.
해결
sudo yum update -y --disablerepo='*' --enablerepo='*microsoft*'
해당 명령어 입력 후 다시 install
원인
추후 업데이트
728x90
반응형
'TroubleShooting > Linux Issue' 카테고리의 다른 글
Comments