acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
39.54k stars 4.98k forks source link

dns_api(dns_huaweicloud): Error getting token. #5302

Open sub-rats opened 2 months ago

sub-rats commented 2 months ago

发现是 dnsapi/dns_huaweicloud.sh 使用了香港节点(ap-southeast-1),导致一直报错,如国内使用,建议修改成国内任意一个节点(如北京4:cn-north-4)

sed -i 's/ap-southeast-1/cn-north-4/g' dnsapi/dns_huaweicloud.sh

开发大佬们,能不能在构建 image 的时候增加一个参数呢?非常感谢!

github-actions[bot] commented 2 months ago

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.