Let#39;s Encrypt在生成证书或者是更新证书会报如下错误:Upgrading certbot-auto 1.12.0 to 1.13.0...Couldn#39;t download https://raw.githubusercontent.com/certbot/certbot/v1.13.0/letsencrypt-auto-source
Let's Encrypt在生成证书或者是更新证书会报如下错误:
Upgrading certbot-auto 1.12.0 to 1.13.0...
Couldn't download https://raw.githubusercontent.com/certbot/certbot/v1.13.0/letsencrypt-auto-source/letsencrypt-auto. <urlopen error timed out>

原因是:certbot-auto将始终尝试从最新版本中获取自身的最新版本。
解决方法:在命令最后加上 --no-self-upgrade 即可。
比如:
certbot-auto renew --no-self-upgrade本文标题为:解决Let's Encrypt执行命令时报错Upgrading certbot-auto 1.12.0 to 1.13.0... Couldn't download https://raw.githubusercontent.com/c
基础教程推荐
- 通过StatefulSet部署有状态服务应用实现方式 2022-10-01
- windows环境下apache-apollo服务器搭建 2023-09-10
- Apache CarbonData 1.0.0发布及其新特性介绍 2023-09-11
- RFO SIG之openEuler AWS AMI 制作详解 2022-12-28
- Centos7 nginx的安装以及开机自启动的设置 2023-09-22
- Apache Kafka 2.5 稳定版发布,新特性抢先看 2023-09-11
- P3 利用Vulnhub复现漏洞 - Apache SSI 远程命令执行漏洞 2023-09-10
- Centos 安装Django2.1 2023-09-24
- Docker容器操作方法详解 2022-11-13
- 为Win2003服务器打造铜墙铁壁的方法步骤 2022-09-01
