Acme.sh: Report bugs to jdcloud.com api

Created on 13 Jul 2019  ·  5Comments  ·  Source: acmesh-official/acme.sh

京东云 api 的 bug 报到这里统一处理.

3rd party api

Most helpful comment

验证的时候报错:
response='{"error":{"message":"please use different noncestr [gw]","status":"HTTP_FORBIDDEN","code":403},"requestId":"bqt7be14hagpm7u6cc6s13q33ctpd7rw"}'

All 5 comments

申请证书时使用以下命令:
acme.sh --issue --dns dns_jd -d *.mydomain.com -d mydomain.com

提示设置成功 TXT 记录,等待 20 秒验证,此时查看京东云后台能看到 DNS 记录。
但是验证一直提示未找到记录,等待 X 秒后重试。

重新运行此命令,提示记录已存在。

删除记录后再次运行,证书下发成功。

请问这样的话,会影响到后续 renew 吗?感谢!

验证的时候报错:
response='{"error":{"message":"please use different noncestr [gw]","status":"HTTP_FORBIDDEN","code":403},"requestId":"bqt7be14hagpm7u6cc6s13q33ctpd7rw"}'

验证的时候报错:
response='{"error":{"message":"please use different noncestr [gw]","status":"HTTP_FORBIDDEN","code":403},"requestId":"bqt7be14hagpm7u6cc6s13q33ctpd7rw"}'

收到邮件,同样提示错误。

[Sat Jul 11 08:53:19 UTC 2020] Adding txt value: bN7fWhE6bEMyydaJjsfgrEu_90a86DHBiQSMrCi6-q8 for domain: _acme-challenge.
[Sat Jul 11 08:53:21 UTC 2020] Response error:{"error":{"message":"please use different noncestr [gw]","status":"HTTP_FORBIDDEN","code":403},"requestId":"bt4ot06em3jiqmjg53vcefh52u27275p"}
[Sat Jul 11 08:53:21 UTC 2020] Error add txt for domain:_acme-challenge.
[Sat Jul 11 08:53:21 UTC 2020] Please add '--debug' or '--log' to check more details.
[Sat Jul 11 08:53:21 UTC 2020] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh

分析原因结果:
-d aaa.com -d *.aaa.com
会添加两个同样记录不同值 失败

@Neilpang

验证成功后,删除txt记录时报错
[Thu 31 Dec 2020 04:33:12 AM EST] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 7
[Thu 31 Dec 2020 04:33:12 AM EST] error get domain list
[Thu 31 Dec 2020 04:33:12 AM EST] invalid domain
[Thu 31 Dec 2020 04:33:12 AM EST] Error removing txt for domain:_acme-challenge.xxxx.xxxx.com

Was this page helpful?
0 / 5 - 0 ratings