NewFuture / DDNS

:triangular_flag_on_post: 自动更新域名解析到本机IP(支持dnspod,阿里DNS,CloudFlare,华为云,DNSCOM...)
https://ddns.newfuture.cc/
MIT License
4.23k stars 651 forks source link

linux openeuler 下使用出错:ERROR:root:[SSL: CERTIFICATE_VERIFY_FAILED] #351

Open ocoj opened 1 year ago

ocoj commented 1 year ago

执行./ddns后 出现错误提示:ERROR:root:[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)

Linux系统版本信息: [root@MyNextCloud2 ddns]# cat /etc/os-release NAME="openEuler" VERSION="22.03 LTS" ID="openEuler" VERSION_ID="22.03" PRETTY_NAME="openEuler 22.03 LTS" ANSI_COLOR="0;31"

config.json配置信息:

{ "$schema": "https://ddns.newfuture.cc/schema/v2.8.json", "debug": false, "dns": "alidns", "id": "xxxxx", "index4": "public", "index6": "default", "ipv4": [ "xxxx.com" ], "ipv6": [ "xxxx.com" ], "proxy": null, "token": "xxxxxxxxxxxxxxxx", "ttl": 600 }

Zmincrix commented 1 year ago

我也出现了相同的问题

uname -a

Linux RT-AC66U_B1-4C68 2.6.36.4brcmarm #1 SMP PREEMPT Mon Mar 7 11:17:03 CST 2022 armv7l ASUSWRT-Merlin-KoolShare

NewFuture commented 1 year ago

Ubuntu 上编译的,可能路径不一致。 可以先自己编译一版,或者用python版的