Pop!_os가 https://archive.ubuntu.com/ubuntu 초점 InRelease에 제대로 연결되지 않음

Pop!_os가 https://archive.ubuntu.com/ubuntu 초점 InRelease에 제대로 연결되지 않음

Pop!_os가 패키지를 업데이트하려고 하지만 다음에서 업데이트를 제대로 가져올 수 없습니다.https://archive.ubuntu.com/ubuntu초점 InRelease

자세한 오류:

Failed to fetch https://archive.ubuntu.com/ubuntu/dists/focal/InRelease
Could not connect to archive.ubuntu.com:443 (91.189.88.152). - connect (111: Connection refused)
Cannot initiate the connection to archive.ubuntu.com:443 (2001:67c:1360:8001::24). - connect (101: Network is unreachable)
Could not connect to archive.ubuntu.com:443 (91.189.88.142). - connect (111: Connection refused)
Cannot initiate the connection to archive.ubuntu.com:443 (2001:67c:1360:8001::23). - connect (101: Network is unreachable)
Cannot initiate the connection to archive.ubuntu.com:443 (2001:67c:1562::18). - connect (101: Network is unreachable)
Cannot initiate the connection to archive.ubuntu.com:443 (2001:67c:1562::15). - connect (101: Network is unreachable)

이 오류를 어떻게 해결하고 원인은 무엇입니까?

답변1

source.list에 리포지토리를 추가할 때 를 사용하여 Ubuntu 리포지토리에 안전하게 연결하기 위한 URL을 추가했지만 https리포지토리는 TLS를 통한 보안 연결을 지원하지 않습니다. 모든 패키지가 이미 서명되어 있으면 충분하다고 생각하므로 대신 사용해야 합니다 http.

apt가 TLS를 통한 연결을 지원하지 않는다는 의미는 아닙니다., 그러나 해당 특정 저장소는 TLS 연결을 지원하지 않습니다. 브라우저에서 URL을 시도하여 확인할 수 있습니다.

관련 정보