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
- 파이썬
- 동적계획법과최단거리역추적
- android
- 코드품앗이
- issue
- django
- Flutter
- DFS와BFS
- cos
- cos pro
- 동적계획법
- C++
- DART
- 개발
- codingtest
- cos pro 1급
- 코테
- AndroidStudio
- DFS
- Python
- 분할정복
- 안드로이드스튜디오
- vuejs
- 백준
- BAEKJOON
- 알고리즘
- 코딩테스트
- Vue
- Algorithm
- 안드로이드
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