debian配置apt源大坑

验证错误

Debian配置apt在线源后执行apt update报Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate. Could not handshake: Error in the certificate verification. 错误,详细描述如下:

Ign:1 https://repo.huaweicloud.com/ubuntu-ports bionic InRelease
Ign:2 https://repo.huaweicloud.com/ubuntu-ports bionic-security InRelease
Ign:3 https://repo.huaweicloud.com/ubuntu-ports bionic-updates InRelease
Ign:4 https://repo.huaweicloud.com/ubuntu-ports bionic-backports InRelease
Err:5 https://repo.huaweicloud.com/ubuntu-ports bionic Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate.  Could not handshake: Error in the certificate verification. 
Err:6 https://repo.huaweicloud.com/ubuntu-ports bionic-security Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate.  Could not handshake: Error in the certificate verification. 
Err:7 https://repo.huaweicloud.com/ubuntu-ports bionic-updates Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate.  Could not handshake: Error in the certificate verification. 
Err:8 https://repo.huaweicloud.com/ubuntu-ports bionic-backports Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate.  Could not handshake: Error in the certificate verification. 

根据网上建议在vim /etc/apt/sources.list增加[trusted=yes],如下所示
debian配置apt源大坑_第1张图片
而后update,更新得久了一点,但最后还是失败。

检查时间

在外网看到有人也遇到过,一个简单的回答吸引了我
debian配置apt源大坑_第2张图片
马上查看时间:
在这里插入图片描述

在看过期内容:
debian配置apt源大坑_第3张图片
这不坑死了吗,2060啥都过期了。修改时间后一切正常。
debian配置apt源大坑_第4张图片

你可能感兴趣的:(debian,linux)