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

Report bugs to jdcloud.com api #2388

Open
Neilpang opened this issue Jul 13, 2019 · 6 comments
Open

Report bugs to jdcloud.com api #2388

Neilpang opened this issue Jul 13, 2019 · 6 comments
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks

Comments

@Neilpang
Copy link
Member

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

@Neilpang Neilpang added the 3rd party api report bugs to dns api, deploy hooks and notification hooks label Jul 13, 2019
@craigary
Copy link

craigary commented Mar 1, 2020

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

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

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

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

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

@johdandc
Copy link

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

@craigary
Copy link

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

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

@realpg
Copy link

realpg commented Jul 11, 2020

[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

@lizkes
Copy link

lizkes commented Dec 31, 2020

验证成功后,删除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

@Rebuilding127
Copy link

同样的问题,如果是解析泛域名,示例中的命令是错误,正确的应该是
acme.sh --issue --dns dns_jd -d example.com -d *.example.com
注意最后一条不要写www

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks
Projects
None yet
Development

No branches or pull requests

6 participants