Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2497773206 opened this issue Aug 17, 2021 · 7 comments
Open

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

2497773206 opened this issue Aug 17, 2021 · 7 comments

Comments

@2497773206
Copy link

[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 证书测试签发失败

@guleng
Copy link

guleng commented Aug 30, 2021

遇到同样错误~

@marxhehe
Copy link

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

@guleng
Copy link

guleng commented Oct 21, 2021

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

@kingfocus31
Copy link

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

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

@shaonianche
Copy link

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

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

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

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

@marxhehe
Copy link

marxhehe commented Nov 4, 2021

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

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

wcsyzj added a commit to wcsyzj/V2Ray_ws-tls_bash_onekey that referenced this issue Dec 1, 2021
解决SSL 证书测试签发失败的问题
wulabing#14
wulabing#9
@wcsyzj
Copy link
Contributor

wcsyzj commented Dec 2, 2021

如果添加邮箱参数无效,可以wcsyzj@62d4286

wcsyzj added a commit to wcsyzj/Xray_onekey that referenced this issue Jan 23, 2022
解决SSL 证书测试签发失败的问题
wulabing/V2Ray_ws-tls_bash_onekey#14
wulabing/V2Ray_ws-tls_bash_onekey#9
老问题,之前也是我提交的
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants