-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[BUG]xray一键安装脚本,ssl证书生成失败 #466
Comments
我也遇到了类似情况 |
建议先检查下 nginx 能否正常启动,以及域名能否正常访问: systemctl status nginx
curl -IkL -m20 http://[your domain] |
我今天在腾讯云的dabian 12安装,又一切正常了,之前是在dabian 10 ,出现错误的。 |
我本来有acme了,用DNS验证的,能否直接利用跳过这一步? |
昨天还一切正常,今天打开后出现问题。经网络搜索后查询得知是 域名和证书信息不匹配 问题。我尝试手动脚本更新证书,提示报错。 |
[OK] 安装 SSL 证书生成脚本 完成
[Wed 23 Aug 2023 02:17:12 PM CST] Changed default CA to: https://acme-v02.api.le tsencrypt.org/directory
[Wed 23 Aug 2023 02:17:13 PM CST] Using CA: https://acme-v02.api.letsencrypt.org /directory
[Wed 23 Aug 2023 02:17:13 PM CST] Creating domain key
[Wed 23 Aug 2023 02:17:13 PM CST] The domain key is here: /root/.acme.sh/hk.acct .cc_ecc/hk.acct.cc.key
[Wed 23 Aug 2023 02:17:13 PM CST] Single domain='hk.acct.cc'
[Wed 23 Aug 2023 02:17:13 PM CST] Getting domain auth token for each domain
[Wed 23 Aug 2023 02:17:15 PM CST] Getting webroot for domain='hk.acct.cc'
[Wed 23 Aug 2023 02:17:15 PM CST] Verifying: hk.acct.cc
[Wed 23 Aug 2023 02:17:16 PM CST] Pending, The CA is processing your order, plea se just wait. (1/30)
[Wed 23 Aug 2023 02:17:20 PM CST] hk.acct.cc:Verify error:43.154.93.50: Invalid response from http://hk.acct.cc/.well-known/acme-challenge/3S5oppIiuyPpL4oHV0iy0 IfEDysxeDilydDdjWSIz10: 403
[Wed 23 Aug 2023 02:17:20 PM CST] Please add '--debug' or '--log' to check more details.
[Wed 23 Aug 2023 02:17:20 PM CST] See: https://github.com/acmesh-official/acme.s h/wiki/How-to-debug-acme.sh
[Wed 23 Aug 2023 02:17:21 PM CST] Using CA: https://acme-v02.api.letsencrypt.org /directory
[Wed 23 Aug 2023 02:17:21 PM CST] Single domain='hk.acct.cc'
[Wed 23 Aug 2023 02:17:21 PM CST] Getting domain auth token for each domain
[Wed 23 Aug 2023 02:17:23 PM CST] Getting webroot for domain='hk.acct.cc'
[Wed 23 Aug 2023 02:17:23 PM CST] Verifying: hk.acct.cc
[Wed 23 Aug 2023 02:17:24 PM CST] Pending, The CA is processing your order, plea se just wait. (1/30)
[Wed 23 Aug 2023 02:17:28 PM CST] hk.acct.cc:Verify error:43.154.93.50: Invalid response from http://hk.acct.cc/.well-known/acme-challenge/hx9fpZilPnkhGjiiVGduB _2b_rfXA5QFlMfX_0JyB2c: 403
[Wed 23 Aug 2023 02:17:28 PM CST] Please add '--debug' or '--log' to check more details.
[Wed 23 Aug 2023 02:17:28 PM CST] See: https://github.com/acmesh-official/acme.s h/wiki/How-to-debug-acme.sh
[ERROR] SSL 证书生成失败
The text was updated successfully, but these errors were encountered: