DDNS icon indicating copy to clipboard operation
DDNS copied to clipboard

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

Open ocoj opened this issue 3 years ago • 2 comments

执行./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 }

ocoj avatar Sep 07 '22 13:09 ocoj

我也出现了相同的问题

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

Zmincrix avatar Nov 16 '22 14:11 Zmincrix

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

NewFuture avatar Nov 17 '22 07:11 NewFuture