Dict.CN 在线词典, 英语学习, 在线翻译 ------------- MyGitee My腾云code

Happy_EveryDay

可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee

raw.githubusercontent.com出现refused

今天升级了一台自己的服务器,使用let’s encrypt 配置https,curl 安装 acme.sh的时候报错。

具体的错误信息如下:

1
curl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接

查询了一下发现是dns污染的问题,设置直连

1
2
3
4
5
6
vi /etc/hosts 
###增加下面的解析
199.232.68.133 raw.githubusercontent.com

 

 

centos7 wget 去https://raw.githubusercontent.com 获取flannel.yml文件报错:Unable to establish SSL connection

posted on 2022-03-13 21:54  cn2025  阅读(198)  评论(0)    收藏  举报

导航