V2Ray_ws-tls_bash_onekey icon indicating copy to clipboard operation
V2Ray_ws-tls_bash_onekey copied to clipboard

[错误] SSL 证书测试签发失败

Open 2497773206 opened this issue 4 years ago • 7 comments

[Tue Aug 17 16:40:27 CST 2021] Changed default CA to: https://acme-v02.api.letsencrypt.org/directory [Tue Aug 17 16:40:27 CST 2021] Using ACME_DIRECTORY: https://acme-staging-v02.api.letsencrypt.org/directory [Tue Aug 17 16:40:28 CST 2021] Using CA: https://acme-staging-v02.api.letsencrypt.org/directory [Tue Aug 17 16:40:28 CST 2021] Standalone mode. [Tue Aug 17 16:40:28 CST 2021] Creating domain key [Tue Aug 17 16:40:28 CST 2021] The domain key is here: /root/.acme.sh/xxxx.com_ecc/xxxx.com.key [Tue Aug 17 16:40:28 CST 2021] Single domain='xxxx.com' [Tue Aug 17 16:40:28 CST 2021] Getting domain auth token for each domain [Tue Aug 17 16:40:31 CST 2021] Getting webroot for domain='xxxx.com' [Tue Aug 17 16:40:31 CST 2021] Verifying: xxxx.com [Tue Aug 17 16:40:31 CST 2021] Standalone mode server [Tue Aug 17 16:40:33 CST 2021] Pending, The CA is processing your order, please just wait. (1/30) [Tue Aug 17 16:40:35 CST 2021] xxxx.com:Verify error:Fetching http://xxxx.com/.well-known/acme-challenge/62i-V2LMbhfR2CZPVHgfg9uA8ZJR1tMUAIh3Dv1DN0I: Error getting validation data [Tue Aug 17 16:40:35 CST 2021] Please add '--debug' or '--log' to check more details. [Tue Aug 17 16:40:35 CST 2021] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh [错误] SSL 证书测试签发失败

2497773206 avatar Aug 17 '21 08:08 2497773206

遇到同样错误~

guleng avatar Aug 30 '21 06:08 guleng

试了手动acme签发证书不成功。。。。

marxhehe avatar Oct 21 '21 07:10 marxhehe

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl https://get.acme.sh | sh -s [email protected] 添加-s 参数, 把你的邮箱放进去. 很有效!

guleng avatar Oct 21 '21 07:10 guleng

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl https://get.acme.sh | sh -s email=[email protected] 添加-s 参数, 把你的邮箱放进去. 很有效!

邮箱有要求吗?加了还是报错

kingfocus31 avatar Oct 29 '21 15:10 kingfocus31

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl get.acme.sh | sh -s email=[email protected] 添加-s 参数, 把你的邮箱放进去. 很有效!

邮箱有要求吗?加了还是报错

加引号试试呢?我的可以了

curl get.acme.sh | sh -s email="[email protected]"

shaonianche avatar Oct 31 '21 07:10 shaonianche

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl https://get.acme.sh | sh -s email=[email protected] 添加-s 参数, 把你的邮箱放进去. 很有效!

Bandwagon 默认不开启防火墙 我也不知道具体是怎么管理的。 但是我手动开启了防火墙,然后开放了80端口,就可以拿到证书了。

marxhehe avatar Nov 04 '21 01:11 marxhehe

如果添加邮箱参数无效,可以https://github.com/wcsyzj/V2Ray_ws-tls_bash_onekey/commit/62d428653996570c6158f5aa33de220eb2c03d4c

wcsyzj avatar Dec 02 '21 01:12 wcsyzj