syno-acme icon indicating copy to clipboard operation
syno-acme copied to clipboard

DSM 6.2.3-25426 Curl报错

Open WNotCoder opened this issue 4 years ago • 2 comments

begin downloading acme.sh tool... error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed 不知道什么原因,在6.2.1的时候用的挺好,升级成6.2.3就不行了

WNotCoder avatar Jun 01 '20 12:06 WNotCoder

我也出现了这个错误,还没找到解决办法

Jason0816 avatar Nov 09 '20 09:11 Jason0816

可以先试一下把 cert-up.sh 中32行

ACME_SH_ADDRESS=`curl -L https://cdn.jsdelivr.net/gh/andyzhshg/syno-acme@master/acme.sh.address`

改为

ACME_SH_ADDRESS=`curl -L https://raw.githubusercontent.com/andyzhshg/syno-acme/master/acme.sh.address`

andyzhshg avatar Nov 11 '20 07:11 andyzhshg