You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to report an issue with the CN DNS (Core-Networks) provider. Currently, when issuing a ssl certificate for an IDN domain, like testö.tld, acme.sh converts this correctly to punycode, but when adding TXT records via DNS provider, the idn name "testö.tld" (just an example) is send instead of "xn--test-8qa.tld", which fails, as the API for Core-Networks demands to use puncycode.
I can manually reproduce this, when talking to the Core-Networks API. The request needs to use domain:_acme-challenge.xn--test-8qa.tld instead of domain:_acme-challenge.testö.tld
The text was updated successfully, but these errors were encountered:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
Yes, I am using the latest version and the relevant debug log is posted.
I would like to report an issue with the CN DNS (Core-Networks) provider. Currently, when issuing a ssl certificate for an IDN domain, like testö.tld, acme.sh converts this correctly to punycode, but when adding TXT records via DNS provider, the idn name "testö.tld" (just an example) is send instead of "xn--test-8qa.tld", which fails, as the API for Core-Networks demands to use puncycode.
For my understanding, this is not an issue in acme.sh itself, but the written CN DNS adapter.
-> https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_cn.sh
Adding also @5ll, since he seems created this?
I can manually reproduce this, when talking to the Core-Networks API. The request needs to use
domain:_acme-challenge.xn--test-8qa.tld
instead ofdomain:_acme-challenge.testö.tld
The text was updated successfully, but these errors were encountered: